Freeing Unallocated Memory (FUM)

Memory Profiling for C and C++

An FUM message indicates that the program is trying to free unallocated memory.

This message can occur when the memory is not yours to free. In addition, trying to free the following types of memory causes a FUM error:

  • Memory on the stack

  • Program code and data sections

Related Topics

Error Messages | Memory Profiling Results | Memory Profiling Settings