]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix warning
authorkapil <kgupta@sangoma.com>
Tue, 14 Aug 2012 21:27:16 +0000 (17:27 -0400)
committerkapil <kgupta@sangoma.com>
Tue, 14 Aug 2012 21:27:16 +0000 (17:27 -0400)
src/mod/endpoints/mod_media_gateway/media_gateway.c

index 7387343d5235a2cdb51d50f530a7077b5f610894..0eca234419ece7293ec084d2593cb88beea697c6 100644 (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);
 }