mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-06 12:21:49 +00:00
CID:1214209 Resource leak, don't leak event populated by switch_channel_get_variables
This commit is contained in:
@@ -164,6 +164,7 @@ SWITCH_STANDARD_APP(fsk_send_function) {
|
||||
switch_core_session_write_frame(sdata.session, &sdata.write_frame, SWITCH_IO_FLAG_NONE, 0);
|
||||
}
|
||||
|
||||
switch_event_destroy(&event);
|
||||
switch_buffer_destroy(&buffer);
|
||||
switch_core_codec_destroy(&sdata.codec);
|
||||
switch_core_session_set_read_codec(session, NULL);
|
||||
|
||||
Reference in New Issue
Block a user