]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
silence warning
authorMichael Jerris <mike@jerris.com>
Thu, 17 Aug 2006 19:10:17 +0000 (19:10 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 17 Aug 2006 19:10:17 +0000 (19:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2316 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr.c

index 5aed39150ec0f2eef5e689a4298b67c570e13e1a..c8cdda3ad48fcd566b1a6cd40638a8cd88dd5282 100644 (file)
@@ -1292,7 +1292,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
        switch_frame_t *read_frame = NULL;
        switch_status_t status = SWITCH_STATUS_SUCCESS;
        switch_channel_t *caller_channel = NULL;
-       switch_memory_pool_t *pool;
+       switch_memory_pool_t *pool = NULL;
        char *data = NULL;
        int i, argc;
        int32_t idx = -1;