summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-09-14 10:53:32 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-09-14 10:53:32 +0000
commite725513027a599a92254085120fa6c632882b6c9 (patch)
tree41550424aab19475749e6f8769dd5b44951544e6 /src/xml
parentDo not recompress images when embedding and generating PDFs. (diff)
downloadinkscape-e725513027a599a92254085120fa6c632882b6c9.tar.gz
inkscape-e725513027a599a92254085120fa6c632882b6c9.zip
fix windows build
(bzr r12517)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/repr-io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index f5a558607..f7e75a83b 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -208,7 +208,7 @@ int XmlSource::setFile(char const *filename, bool load_entities=false)
this->cachedData.erase(start, end - start);
g_match_info_next (info, NULL);
}
- g_match_info_unref(info);
+ g_match_info_free(info);
g_regex_unref(regex);
}
// Do this after loading cache, so reads don't return cache to fill cache.