aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/external-editor/external-editor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c
index 2eb00b6e87..9ada39f0be 100644
--- a/plugins/external-editor/external-editor.c
+++ b/plugins/external-editor/external-editor.c
@@ -294,6 +294,7 @@ get_caret_position (EHTMLEditorView *view)
}
}
+ g_object_unref (nodes);
return webkit_dom_range_get_start_offset (range, NULL) + range_count;
}