Silence some uncontroversial warnings
[platform/upstream/glib.git] / glib / gutils.c
index e89f028..8fd045a 100644 (file)
@@ -1796,7 +1796,8 @@ g_win32_get_system_data_dirs_for_module (void (*address_of_function)(void))
   gchar **retval;
   gchar *p;
   gchar *exe_root;
-      
+
+  hmodule = NULL;
   if (address_of_function)
     {
       G_LOCK (g_utils_global);