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