Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - 274 memory deallocation with invalid handle http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 274                 Memory deallocation with invalid handle
------------------------------------------------------------------------------
 Description
   This error occurs when attempting to deallocate memory with a pointer
   or handle that does not refer to a valid memory block allocated via the
   Force memory manager.

 Solution
   Make sure that the pointer or handle passed to a function that deallocates
   memory (like the free() function) points to an allocated memory block.

See Also: free()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson