]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/color_content.c
ncurses 6.3 - patch 20220521
[ncurses.git] / test / color_content.c
index 6ed0ecf2e7323f8ce35c7a9a633b7558c55d4711..99627546131d507c16225b6287f4188c3b3a3cd6 100644 (file)
@@ -26,7 +26,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: color_content.c,v 1.13 2022/04/16 18:26:40 tom Exp $
+ * $Id: color_content.c,v 1.14 2022/05/21 20:00:04 tom Exp $
  */
 
 #define NEED_TIME_H
@@ -328,5 +328,6 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED)
        finish_test();
     }
 
+    free(expected);
     ExitProgram(EXIT_SUCCESS);
 }