FS-7515: add more cv features

This commit is contained in:
Anthony Minessale
2015-04-17 16:10:48 -05:00
committed by Michael Jerris
parent 7447977674
commit 810a5d5831
2 changed files with 245 additions and 45 deletions
+6 -1
View File
@@ -539,10 +539,15 @@ SWITCH_DECLARE(switch_status_t) switch_img_txt_handle_create(switch_img_txt_hand
SWITCH_DECLARE(void) switch_img_txt_handle_destroy(switch_img_txt_handle_t **handleP)
{
switch_img_txt_handle_t *old_handle = *handleP;
switch_img_txt_handle_t *old_handle;
switch_memory_pool_t *pool;
switch_assert(handleP);
old_handle = *handleP;
*handleP = NULL;
if (!old_handle) return;
#if SWITCH_HAVE_FREETYPE
if (old_handle->library) {