]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 18 Sep 2012 21:00:19 +0000 (16:00 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 18 Sep 2012 21:00:19 +0000 (16:00 -0500)
src/switch_core.c

index 71c30f295ef823a7e84cf78c91e1fc91ac2280dd..30f1ef3bae28fa1ec700ab75cfddc5a3d82db590 100644 (file)
@@ -931,7 +931,7 @@ static void load_mime_types(void)
 {
        char *cf = "mime.types";
        FILE *fd = NULL;
-       char *line_buf;
+       char *line_buf = NULL;
        switch_size_t llen = 0;
        char *mime_path = NULL;