]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
potentially uninitialized variable.
authorMichael Jerris <mike@jerris.com>
Tue, 13 Feb 2007 21:52:33 +0000 (21:52 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 13 Feb 2007 21:52:33 +0000 (21:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4243 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 7851e91e8abbe1bd7ae11672aab3ade7ee413a0f..2b814654c97c1fed966bf136db63173502f5a2e0 100644 (file)
@@ -969,7 +969,7 @@ static void do_invite(switch_core_session_t *session)
        switch_stream_handle_t stream = {0};
        switch_hash_index_t *hi;
        void *vval;
-       char *extra_headers;
+       char *extra_headers = NULL;
        const void *vvar;
 
     channel = switch_core_session_get_channel(session);