From 24ce5a79a3c0a1f84319e5bb65f0f2105f073049 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 19 Dec 2012 09:27:51 +0000 Subject: [PATCH] initialize var for static analyzer SVN revision: 81333 --- src/bin/e_fm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 59813133f..738f62d5d 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -6573,7 +6573,7 @@ _e_fm2_cb_dnd_selection_notify_post_mount_fail(E_Volume *vol) static void _e_fm2_cb_dnd_selection_notify_post_mount(E_Volume *vol) { - E_Fm2_Device_Mount_Op *mop; + E_Fm2_Device_Mount_Op *mop = NULL; const char *mp; Eina_Inlist *l;