From a0b11ce4ac8602a77e51c64d904ee9314bc9d10b Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Thu, 7 Aug 2014 11:20:03 +0200 Subject: Reduce the memory used by DOM variables Free some of the DOM variables when they are not needed, before they are automatically freed when the frame is destroyed --- e-util/e-html-editor-cell-dialog.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-html-editor-cell-dialog.c') diff --git a/e-util/e-html-editor-cell-dialog.c b/e-util/e-html-editor-cell-dialog.c index 2b487288ae..0a936454c7 100644 --- a/e-util/e-html-editor-cell-dialog.c +++ b/e-util/e-html-editor-cell-dialog.c @@ -332,6 +332,8 @@ cell_set_header_style (WebKitDOMHTMLTableCellElement *cell, dialog->priv->cell = new_cell; + g_object_unref (nodes); + g_free (tagname); } -- cgit v1.2.3