Plug a leak.
2006-08-17 Kjartan Maraas <kmaraas@gnome.org> * em-format-html.c: (efh_url_requested): Plug a leak. svn path=/trunk/; revision=32556
This commit is contained in:
committed by
Kjartan Maraas
parent
31215f089c
commit
fe762762df
@ -1,3 +1,7 @@
|
||||
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* em-format-html.c: (efh_url_requested): Plug a leak.
|
||||
|
||||
2006-08-09 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
* em-folder-browser.c: (em_folder_browser_get_wide),
|
||||
|
||||
@ -573,6 +573,7 @@ efh_url_requested(GtkHTML *html, const char *url, GtkHTMLStream *handle, EMForma
|
||||
gtk_html_stream_write (handle, data, length);
|
||||
|
||||
gtk_html_stream_close(handle, status? GTK_HTML_STREAM_OK : GTK_HTML_STREAM_ERROR);
|
||||
g_free (data);
|
||||
} else {
|
||||
d(printf("HTML Includes reference to unknown uri '%s'\n", url));
|
||||
gtk_html_stream_close(handle, GTK_HTML_STREAM_ERROR);
|
||||
|
||||
Reference in New Issue
Block a user