summaryrefslogtreecommitdiff
path: root/src/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.c')
-rw-r--r--src/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.c b/src/setup.c
index a639348..21ae26d 100644
--- a/src/setup.c
+++ b/src/setup.c
@@ -165,7 +165,7 @@ parse_setup_xml (const gchar *filename)
setup->squared_thumbnail_type = THUMBNAIL_SQUARE_TYPE_NONE;
g_free (s);
- xml_parser_close (xml);
+ xml_parser_free (xml);
return setup;
}