From 8669a459fef1923f5d655d45e2a1776027c2389f Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 5 Mar 2007 14:37:15 +0000 Subject: [PATCH] thanks dirks git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4450 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_swig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }