Problem with MEMREPL.C Library Construction Kit ExampleLast reviewed: January 5, 1995Article 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |