diff options
Diffstat (limited to 'mail/em-composer-prefs.c')
-rw-r--r-- | mail/em-composer-prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-composer-prefs.c b/mail/em-composer-prefs.c index f0c4adcba4..5675ddc3b4 100644 --- a/mail/em-composer-prefs.c +++ b/mail/em-composer-prefs.c @@ -510,6 +510,8 @@ url_requested (GtkHTML *html, const char *url, GtkHTMLStream *handle) status = GTK_HTML_STREAM_ERROR; gtk_html_end (html, handle, status); + if (fd > 0) + close (fd); } |