18497N/Adiff --git a/components/editor/gtkhtml-editor-actions.c b/components/editor/gtkhtml-editor-actions.c
18497N/Aindex e495fca..aab7761 100644
18497N/A--- a/components/editor/gtkhtml-editor-actions.c
18497N/A+++ b/components/editor/gtkhtml-editor-actions.c
18497N/A@@ -173,7 +173,7 @@ insert_html_file_ready_cb (GFile *file,
18497N/A stream = gtk_html_begin (new_html);
18497N/A gtk_html_write (html, stream, contents, length);
18497N/A gtk_html_end (html, stream, GTK_HTML_STREAM_OK);
18497N/A- g_object_unref (stream);
18497N/A+ gtk_html_stream_destroy (stream);
18497N/A
18497N/A g_free (contents);
18497N/A