summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/repr-io.cpp')
-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 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);
}
}