Bug #14713 2008-10-24 17:29
dvice_null
Memory leak in src/plugins/compilergcc/depslib/src/regexp.c
In file plugins/compilergcc/depslib/src/regexp.c:253 It seems that variable r leaks memory, because it is not released before calling return. if (reg(0, &flags) == NULL) return(NULL); Svn revision 5285
- Category
- Group
- Status
- Closed
- Close date
- 2008-10-25 16:17
- Assigned to
- biplab
History
biplab 2008-10-25 16:17
This bug is now fixed in HEAD.
Thank you for reporting it.