Browse Source

fix unit test after 8fb603e5

fixes #798

Change-Id: I166f681cb2d5c496d2cbb4bc13318b0395ad12b3
changes/26/30926/5
Richard Fuchs 7 years ago
parent
commit
290477d2e5
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      t/log.h

+ 0
- 1
t/log.h View File

@ -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

Loading…
Cancel
Save