fix warning

This commit is contained in:
kapil 2012-08-14 17:27:16 -04:00
parent f86ac6bcbc
commit 29ec19e294
1 changed files with 0 additions and 1 deletions

View File

@ -755,7 +755,6 @@ void mg_term_set_pre_buffer_size(mg_termination_t *term, int newval)
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Sent prebuffer_size event to [%s] to [%d ms]\n", term->uuid, newval);
}
done:
switch_event_destroy(&event);
}