diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2013-09-14 10:53:32 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2013-09-14 10:53:32 +0000 |
| commit | e725513027a599a92254085120fa6c632882b6c9 (patch) | |
| tree | 41550424aab19475749e6f8769dd5b44951544e6 /src/xml | |
| parent | Do not recompress images when embedding and generating PDFs. (diff) | |
| download | inkscape-e725513027a599a92254085120fa6c632882b6c9.tar.gz inkscape-e725513027a599a92254085120fa6c632882b6c9.zip | |
fix windows build
(bzr r12517)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/repr-io.cpp | 2 |
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. |
