From: <jc...@fe...> - 2002-12-11 14:05:15
|
Hi, It seems that nobody uses the sf facilities. In our project page, bugs,=20 I saw the following: [ 636689 ] multiple plinit/plend, memory leak Date: 2002-11-11 09:15 Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned To: Nobody/Anonymous (nobody) Category: None Status: Open Summary: multiple plinit/plend, memory leak i called plinit()/plend() multiple times from different program points and got some problems with options and memory leaks. It seems that plend does not free all all the allocated memory, I could track some leaks to opt_drvopt and plInitDispatchTable, and that the static variables are not reset properly. Is there some way to fix this? |