home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / rcs / rcs56src / source / gdbm / gdbm.bug / text0000.txt < prev    next >
Encoding:
Text File  |  1992-01-18  |  358 b   |  16 lines

  1. The gdbm_reorganize routine of gdbm-1.5 does not free content.dptr which
  2. can seriously increase the size of the program's memory-usage.
  3.  
  4. A free(content.dptr) just before or after the free(key.dptr) should fix
  5. this.
  6.  
  7. Martin
  8. --
  9. Martin Schulte
  10. Institute for Theoretical Physics
  11. University of Cologne/Germany
  12.  
  13. Internet: schulte@thp.uni-koeln.de
  14.  
  15.  
  16.