Index: global.c =================================================================== --- global.c (revision 4518) +++ global.c (working copy) @@ -1740,11 +1740,9 @@ if (jusbuffer != NULL) free_filestruct(jusbuffer); #endif -#ifdef DEBUG /* Free the memory associated with each open file buffer. */ if (openfile != NULL) free_openfilestruct(openfile); -#endif #ifdef ENABLE_COLOR if (syntaxstr != NULL) free(syntaxstr);