[core] fix leak in unit test

This commit is contained in:
Seven Du 2020-06-01 22:26:32 +08:00 committed by Andrey Volk
parent 2448d32c0f
commit 48e3a37587
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ FST_CORE_BEGIN("./conf")
FST_TEST_BEGIN(stb_data_url)
{
switch_image_t *img = switch_img_alloc(NULL, SWITCH_IMG_FMT_I420, 120, 60, 1);
switch_image_t *argb_img = switch_img_alloc(NULL, SWITCH_IMG_FMT_ARGB, 120, 60, 1);
switch_rgb_color_t color = { 0 };
color.r = 255;
// color.g = 255;