mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-7515: add more cv features
This commit is contained in:
committed by
Michael Jerris
parent
7447977674
commit
810a5d5831
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user