After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 320252 - Epiphany should use G_MODULE_BIND_LAZY in g_module_open
Epiphany should use G_MODULE_BIND_LAZY in g_module_open
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-10-30 18:20 UTC by Emmanuele Bassi (:ebassi)
Modified: 2005-10-30 18:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Proposed patch (2.14 KB, patch)
2005-10-30 18:21 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2005-10-30 18:20:35 UTC
Please describe the problem:
As for bug #319557

Epiphany should use use G_MODULE_BIND_LAZY when loading modules; this should
enhance performances when loading plugins.

Patch follows.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Emmanuele Bassi (:ebassi) 2005-10-30 18:21:04 UTC
Created attachment 54095 [details] [review]
Proposed patch
Comment 2 Christian Persch 2005-10-30 18:36:01 UTC
Thanks for the patch! Fixed in cvs.