author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Thu, 6 Oct 2011 16:14:55 +0000 (18:14 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 7 Oct 2011 22:46:13 +0000 (15:46 -0700) | ||
commit | 2b5f07f16c9e554482ed4a2355a051feabd62848 | |
tree | da99a54b6d9e3988ff422a6e7f677c88be3aaa23 | tree | snapshot |
parent | 05ac978495e84fe03d91ab591524b7ea138900ed | commit | diff |
pickaxe: plug regex leak
With -G... --pickaxe-all, free the regex before returning even if we
found a match. Also get rid of the variable has_changes, as we can
simply break out of the loop.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
With -G... --pickaxe-all, free the regex before returning even if we
found a match. Also get rid of the variable has_changes, as we can
simply break out of the loop.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diffcore-pickaxe.c | diff | blob | history |