Closed Bug 252973 Opened 20 years ago Closed 19 years ago

there's no provision to release library reference counts to libgtk24 in InitGTK24()

Categories

(Core Graveyard :: GFX: Gtk, defect)

x86
Linux
defect
Not set
normal

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
I think I fixed this a while ago in a random patch.
Status: NEW → RESOLVED
Closed: 19 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()
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.