diff options
Diffstat (limited to 'tests/old/testsuite/cleanup/cleanup3.c')
-rw-r--r-- | tests/old/testsuite/cleanup/cleanup3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/old/testsuite/cleanup/cleanup3.c b/tests/old/testsuite/cleanup/cleanup3.c index c2a35fe38..37498ba2b 100644 --- a/tests/old/testsuite/cleanup/cleanup3.c +++ b/tests/old/testsuite/cleanup/cleanup3.c @@ -36,7 +36,7 @@ main (gint argc, gchar * argv[]) gint i = 10000; gint step = 100; - free (malloc (8)); /* -lefence */ + free (malloc (8)); /* -lefence */ gst_init (&argc, &argv); |