diff options
Diffstat (limited to 'src/xml/repr-io.cpp')
| -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 579c7598c..c692e6509 100644 --- a/src/xml/repr-io.cpp +++ b/src/xml/repr-io.cpp @@ -226,7 +226,7 @@ int XmlSource::readCb( void * context, char * buffer, int len ) } g_match_info_next (info, NULL); } - g_match_info_unref(info); + g_match_info_free(info); g_regex_unref(regex); } } |
