summaryrefslogtreecommitdiff
path: root/src/setup.c
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2010-12-12 17:18:53 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2010-12-12 17:18:53 +0100
commit9d995d59d4868a0ed02dc37892d5f670bd4eb86b (patch)
tree7758b8c834e1601d1a6bc0188b9d437742144c2b /src/setup.c
parent9f32e7a3eb5559d1e1b3a5de2c12e3e92ac6af0c (diff)
downloadcataract-9d995d59d4868a0ed02dc37892d5f670bd4eb86b.tar.xz
xml-parser: Cleanup
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;
}