rocksndiamonds-3.0.7
[rocksndiamonds.git] / src / libgame / setup.c
index 16118404d20170605f171032768ef2713acbe217..3eb935c9b2df572e5ee1ad51bcfebe5b47f58c1e 100644 (file)
@@ -1267,7 +1267,7 @@ static void *loadSetupFileData(char *filename, boolean use_hash)
   int line_len;
   char line[MAX_LINE_LEN];
   char *token, *value, *line_ptr;
-  void *setup_file_data, *insert_ptr;
+  void *setup_file_data, *insert_ptr = NULL;
   FILE *file;
 
   if (use_hash)