1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# # Patch managed by http://www.holgerschurig.de/patcher.html # --- bash-2.05b/lib/malloc/malloc.c~gcc34 +++ bash-2.05b/lib/malloc/malloc.c @@ -878,7 +878,7 @@ nextf[nunits] = p; busy[nunits] = 0; -free_return: +free_return:; #ifdef MALLOC_STATS _mstats.nmalloc[nunits]--;