summaryrefslogtreecommitdiff
path: root/libdocument/ev-form-field.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-form-field.c')
-rw-r--r--libdocument/ev-form-field.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdocument/ev-form-field.c b/libdocument/ev-form-field.c
index 08e504e4..b744eb8f 100644
--- a/libdocument/ev-form-field.c
+++ b/libdocument/ev-form-field.c
@@ -55,6 +55,8 @@ ev_form_field_finalize (GObject *object)
g_object_unref (field->page);
field->page = NULL;
+ g_clear_object (&field->activation_link);
+
(* G_OBJECT_CLASS (ev_form_field_parent_class)->finalize) (object);
}