#388 closed defect (fixed)
psLibFinalize function
| Reported by: | Owned by: | Paul Price | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PSLib SDRS | Version: | unspecified |
| Severity: | minor | Keywords: | |
| Cc: |
Description
There is a psLibInit function specified to set up time and error codes
dynamically, but there is no specified function to cleanup the memory of these
dynamic objects. In the current implementation (release 5) there is a function
psLibFinalize which performs this functionality. Should this be added to PSLib
SDR for documentation?
Note:
See TracTickets
for help on using tickets.

Sounds good. Added very simple description to the SDRS:
\code{psLibFinalize} shall free memory that was allocated by
\code{psLibInit}.