diff options
Diffstat (limited to 'e-util/e-html-editor-cell-dialog.c')
-rw-r--r-- | e-util/e-html-editor-cell-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } |