From 9a89fba3329d7557f9415c5d629b0bf783fe5685 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sun, 3 Oct 2010 13:31:02 +0200 Subject: resolve memory consumption bug --- tests/unittests/torture_buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unittests') diff --git a/tests/unittests/torture_buffer.c b/tests/unittests/torture_buffer.c index 5653c4db..32ce102c 100644 --- a/tests/unittests/torture_buffer.c +++ b/tests/unittests/torture_buffer.c @@ -1,7 +1,8 @@ #define LIBSSH_STATIC #include "torture.h" -#include "libssh/buffer.h" +#define DEBUG_BUFFER +#include "buffer.c" ssh_buffer buffer; #define LIMIT (8*1024*1024) -- cgit