Re: [PATCH] ModemManager: Clean up GRegex/GMatchInfo leaks

2011-09-27 Thread Dan Williams
On Tue, 2011-09-27 at 12:54 -0400, Nathan Williams wrote: > During some other development we found that there was a lot of > inconsistency in freeing GMatchInfo structures after g_regex > operations, and that quite a few match_info structures were probably > being leaked. This patch is the result o

[PATCH] ModemManager: Clean up GRegex/GMatchInfo leaks

2011-09-27 Thread Nathan Williams
During some other development we found that there was a lot of inconsistency in freeing GMatchInfo structures after g_regex operations, and that quite a few match_info structures were probably being leaked. This patch is the result of a quick audit of the g_regex callers for properly cleaning up th