[Core] Fix use of private headers.

This commit is contained in:
Andrey Volk
2021-11-05 23:59:57 +03:00
parent 78da062bd9
commit fbf2da44d9
19 changed files with 213 additions and 29 deletions
+1 -1
View File
@@ -1585,7 +1585,7 @@ SWITCH_DECLARE(void) switch_core_session_perform_destroy(switch_core_session_t *
switch_mutex_unlock(runtime.session_hash_mutex);
if ((*session)->plc) {
plc_free((*session)->plc);
switch_plc_free((*session)->plc);
(*session)->plc = NULL;
}