summaryrefslogtreecommitdiff
path: root/image-converter
diff options
context:
space:
mode:
Diffstat (limited to 'image-converter')
-rw-r--r--image-converter/caja-image-rotator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/image-converter/caja-image-rotator.c b/image-converter/caja-image-rotator.c
index 7ba0271..733d971 100644
--- a/image-converter/caja-image-rotator.c
+++ b/image-converter/caja-image-rotator.c
@@ -82,6 +82,9 @@ caja_image_rotator_finalize(GObject *object)
g_free (priv->suffix);
+ if (priv->angle)
+ g_free (priv->angle);
+
G_OBJECT_CLASS(caja_image_rotator_parent_class)->finalize(object);
}