Opened 18 years ago
Closed 16 years ago
#1118 closed enhancement (fixed)
better memory free than psLibFinalize
| Reported by: | eugene | Owned by: | Paul Price |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PSLib | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by )
psLibFinalize frees all memory and shuts down psLib functions. However, it also closes out the memory checks. that means that programs like ppImage have to themselves call the functions that free psLib memory (psTimeFinalize, psTimerStop, etc) before calling psMemCheckLeaks(). We should re-work this so that we can call a single function (psLibSomething) to free the memory.
Change History (1)
comment:1 by , 16 years ago
| Component: | sys → PSLib |
|---|---|
| Description: | modified (diff) |
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

It looks like this has been done some time ago: psLibFinalize seems to now include all psLib memory cleanups (eg, ppImageCleanup calls this and no other psLib cleanup functions before calling psMemCheck..)
(r18953)