From: Anthony Minessale Date: Wed, 11 Feb 2015 22:58:11 +0000 (-0600) Subject: FS-7513: don't need to free that X-Git-Tag: v1.6.2~614^2~413 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca774e4cfeab7a8ec41f81e47ad0543627f1835;p=thirdparty%2Ffreeswitch.git FS-7513: don't need to free that --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 8881c47a14..44996dd448 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1110,7 +1110,6 @@ static void layer_set_banner(mcu_canvas_t *canvas, mcu_layer_t *layer, const cha reset_image(layer->banner_img, &bgcolor); switch_img_txt_handle_render(layer->txthandle, layer->banner_img, font_size / 2, font_size / 2, text, NULL, NULL, 0, 0); - switch_safe_free(parsed); if (params) switch_event_destroy(¶ms); }