From 290477d2e57cc248f74f2471efc51f3f0dbd6347 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Mon, 24 Jun 2019 09:01:02 -0400 Subject: [PATCH] fix unit test after 8fb603e5 fixes #798 Change-Id: I166f681cb2d5c496d2cbb4bc13318b0395ad12b3 --- t/log.h | 1 - 1 file changed, 1 deletion(-) diff --git a/t/log.h b/t/log.h index 3bfc3bb5e..b96499759 100644 --- a/t/log.h +++ b/t/log.h @@ -20,7 +20,6 @@ INLINE void dtmflog(GString *s) { if (dtmf_logs->len > 0) g_string_append(dtmf_logs, "\n"); g_string_append_len(dtmf_logs, s->str, s->len); - g_string_free(s, TRUE); } #endif