FS-7513: don't need to free that

This commit is contained in:
Anthony Minessale 2015-02-11 16:58:11 -06:00 committed by Michael Jerris
parent d7127764e8
commit 0ca774e4cf
1 changed files with 0 additions and 1 deletions

View File

@ -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(&params);
}