From 0ca774e4cfeab7a8ec41f81e47ad0543627f1835 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 11 Feb 2015 16:58:11 -0600 Subject: [PATCH] FS-7513: don't need to free that --- src/mod/applications/mod_conference/mod_conference.c | 1 - 1 file changed, 1 deletion(-) 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); }