mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[core] MSRP: fix memleak (ssl)
This commit is contained in:
committed by
Andrey Volk
parent
da15a518f7
commit
31970d51fd
+1
-1
@@ -1413,7 +1413,7 @@ end:
|
||||
|
||||
if (!client_mode) switch_core_destroy_memory_pool(&pool);
|
||||
|
||||
if (client_mode && ssl) SSL_free(ssl);
|
||||
if (ssl) SSL_free(ssl);
|
||||
|
||||
if (msrp_session) msrp_session->running = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user