Closed
Bug 252973
Opened 21 years ago
Closed 21 years ago
there's no provision to release library reference counts to libgtk24 in InitGTK24()
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: caillon)
Details
121 InitGTK24()
123 static PRLibrary *libgtk24 = nsnull;
127 _##func = (_##func##_fn) PR_FindFunctionSymbol(libgtk24, #func); \
135 PRFuncPtr func =
PR_FindFunctionSymbolAndLibrary("gtk_file_chooser_get_filename",
136 &libgtk24);
See http://lxr.mozilla.org/mozilla/source/nsprpub/pr/include/prlink.h#226
Assignee | ||
Comment 1•21 years ago
|
||
I think I fixed this a while ago in a random patch.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Summary: there's no provision to release library reference counts to libgtk24 in InitGTK24() → there's no provision to release library reference counts to libgtk24 in InitGTK24()
Updated•17 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•