diff --git a/src/switch_swig.c b/src/switch_swig.c index 2d799b18a6..5bd496418e 100644 --- a/src/switch_swig.c +++ b/src/switch_swig.c @@ -64,7 +64,7 @@ int fs_core_destroy(void) { switch_status_t status; - status = switch_core_destroy(0); + status = switch_core_destroy(); return status == SWITCH_STATUS_SUCCESS ? 1 : 0; }