vte r2088 - in trunk: . src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2088 - in trunk: . src
- Date: Wed, 20 Aug 2008 13:10:12 +0000 (UTC)
Author: chpe
Date: Wed Aug 20 13:10:12 2008
New Revision: 2088
URL: http://svn.gnome.org/viewvc/vte?rev=2088&view=rev
Log:
Plug a mem leak.
Modified:
trunk/ChangeLog
trunk/src/vte.c
Modified: trunk/src/vte.c
==============================================================================
--- trunk/src/vte.c (original)
+++ trunk/src/vte.c Wed Aug 20 13:10:12 2008
@@ -1786,8 +1786,10 @@
line, -1, 0,
regex->regex.gregex.flags,
&match_info,
- NULL))
+ NULL)) {
+ g_match_info_free(match_info);
continue;
+ }
while (g_match_info_matches(match_info)) {
gint ko = offset;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]