forgot to close file
authorAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Mon, 4 Sep 2006 13:03:48 +0000 (13:03 +0000)
committerAdam Szalkowski <adam@ipd.info.uni-karlsruhe.de>
Mon, 4 Sep 2006 13:03:48 +0000 (13:03 +0000)
ir/be/beprofile.c

index 2c09374..6d25cae 100644 (file)
@@ -309,6 +309,8 @@ be_profile_read(char * filename)
 
                set_insert(profile, &query, sizeof(query), query.block);
        } while(1);
+
+       fclose(f);
 }
 
 /**