Re: [Vimprobable-users] Clean up a GLib warning and const correctness issue
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Morgan H. <mt...@gm...> - 2014-12-29 07:55:45
|
In discussion with IRC user collin38, (s)he brought to my attention that the one remaining warning I hadn't cleaned up was in a situation where the printf was entirely unnecessary. So, I've fixed up the patch to get rid of that final warning and resubmitting as v2. Morgan PS. I also have 2 more patches submitted last night that haven't shown up on the mailing list. I'll wait another day or so to see if SF is just being slow or lost my emails, and resubmit if necessary. On Fri, Dec 26, 2014 at 10:09 PM, Morgan Howe <mt...@gm...> wrote: > This patch cleans up what appears to be a memory leak in > webview_download_cb, the const correctness of search_uris, and gets > rid of the deprecated function warning on g_thread_init. > > Morgan |