]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-2216 --resolve clang
authorJeff Lenk <jeff@jefflenk.com>
Tue, 3 Jul 2012 14:01:27 +0000 (09:01 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 3 Jul 2012 14:01:27 +0000 (09:01 -0500)
src/fs_encode.c

index efd93738fcff1a61416c6508ad4da15730ff7059..76061382347fd21762aa1102228dbe57f7b1ad84 100644 (file)
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
        switch_codec_t codec = { 0 };
        char buf[2048];
        switch_size_t len = sizeof(buf)/2;
-       switch_memory_pool_t *pool;
+       switch_memory_pool_t *pool = NULL;
        int bitrate = 0;
        int blocksize;