Le 03/11/2013 01:19, Pavel Roschin a écrit :
Updated new config:
https://gist.github.com/scriptum/7282198
new few leaks (g_return*, again!):
../geany/src/utils.c:868: error: Memory leak: buffer ../geany/src/utils.c:1811: error: Memory leak: str
../geany/tagmanager/ctags/sort.c:215: error: Mismatching allocation and deallocation: table Here should be g_free, not just free.
All three fixed, and the elements of `table` also were deallocated using the wrong function.
Thanks, Colomban