From f5be84813a27e8a6e69c5009384d81547dc6201b Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sat, 28 Jul 2012 13:13:08 +0200 Subject: [PATCH] Fix leak in u8-istream-test.c --- tests/libpspp/u8-istream-test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/libpspp/u8-istream-test.c b/tests/libpspp/u8-istream-test.c index ab1b717eeb..0a16798b0d 100644 --- a/tests/libpspp/u8-istream-test.c +++ b/tests/libpspp/u8-istream-test.c @@ -89,6 +89,7 @@ cmd_read (int argc, char *argv[]) else break; } + free (buffer); if (u8_istream_is_auto (is)) printf ("Auto mode\n"); -- 2.30.2