2014-02-28 Benno Schulenberg <bensberg@justemail.net>
- * src/text.c (execute_command): Equalize pipe error messages.
+ * src/text.c (execute_command) - Equalize pipe error messages.
+ * src/global.c (thanks_for_all_the_fish) - Remove a redundant
+ '#ifdef DEBUG', it is contained within a wider one.
2014-02-28 Eitan Adler <lists@eitanadler.com>
* src/nano.c (do_toggle) - Constify a char pointer, to fix
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);