summaryrefslogtreecommitdiffstats
path: root/test/helper-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper-test.c')
-rw-r--r--test/helper-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/helper-test.c b/test/helper-test.c
index 1ea9dd4a..bbebd7b7 100644
--- a/test/helper-test.c
+++ b/test/helper-test.c
@@ -26,6 +26,6 @@ int main ( int argc, char ** argv )
TASSERT ( strcmp(list[3], "bash") == 0 );
TASSERT ( strcmp(list[4], "-c") == 0 );
TASSERT ( strcmp(list[5], "ssh chuck; echo 'x-terminal-emulator chuck'") == 0 );
-
+
g_strfreev(list);
}