[Webkit-unassigned] [Bug 68553] [GTK][WK2] Error loading libMiniBrowserWebBundle.so

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 21 12:19:42 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68553





--- Comment #3 from Ravi Phaneendra Kasibhatla <ravi.kasibhatla at motorola.com>  2011-09-21 12:19:42 PST ---
(In reply to comment #2)
> (From update of attachment 108200 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=108200&action=review
> 
> I'm going to add a helper function soon that discovers the binary location. Could this patch be changed to simply find the shared object relative to the binary location after that patch lands?
> 
> > Tools/MiniBrowser/gtk/main.c:48
> > +    g_free((gpointer)webBundlePath);
> 
> It's totally unecessary to cast to gpointer here.

Actually I was getting a compiler warning for passing const gchar to g_free though it expects a gpointer. So I casted it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list