mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-18 06:42:34 +00:00
[core] MSRP: fix memleak (ssl)
This commit is contained in:
parent
c7886faabf
commit
fa3e8ef161
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user