From: Anthony Minessale Date: Tue, 18 Sep 2012 21:00:19 +0000 (-0500) Subject: doh X-Git-Tag: v1.2.3^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d80e91d248e30ffaf42841f7b88a488b8011a3e8;p=thirdparty%2Ffreeswitch.git doh --- diff --git a/src/switch_core.c b/src/switch_core.c index 71c30f295e..30f1ef3bae 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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;