summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_srtp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_srtp.c b/res/res_srtp.c
index 549a1eaeb..dea222bae 100644
--- a/res/res_srtp.c
+++ b/res/res_srtp.c
@@ -546,6 +546,7 @@ static void res_srtp_shutdown(void)
{
srtp_install_event_handler(NULL);
ast_rtp_engine_unregister_srtp();
+ srtp_shutdown();
g_initialized = 0;
}