Problem with MEMREPL.C Library Construction Kit Example

ID: Q88848

The information in this article applies to:

The MEMREPL.C sample program in the "External Routine API Examples" booklet contains an error that will cause memory to not be released after it is allocated.

The following line in the MEMREPL.C example

   dbhand = _AllocHand(memread)

has no corresponding _FreeHand() to release the memory that was allocated.

Additional reference words: 2.00 LCK docerr KBCategory: kbinterop kbtool kbprg kbdocerr KBSubcategory:

Last Reviewed: January 5, 1995