diff options
Diffstat (limited to 'testsuite/gtk/texthistory.c')
-rw-r--r-- | testsuite/gtk/texthistory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/gtk/texthistory.c b/testsuite/gtk/texthistory.c index c64c803083..cca4008196 100644 --- a/testsuite/gtk/texthistory.c +++ b/testsuite/gtk/texthistory.c @@ -602,6 +602,8 @@ test14 (void) run_test (commands, G_N_ELEMENTS (commands), 0); g_free (fill); + g_free (fill_after); + g_free (fill_after_2); } int |