IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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 eugene)

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 eugene, 16 years ago

Component: sysPSLib
Description: modified (diff)
Resolution: fixed
Status: newclosed

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)

Note: See TracTickets for help on using tickets.