Plug very small memory leak

darcs-hash:20060722101549-ac50b-244f449244272fc1fea9b7d019d7c259f4746533.gz
This commit is contained in:
axel 2006-07-22 20:15:49 +10:00
parent 013d3dbb89
commit 2a7bc8c04b

View File

@ -499,6 +499,7 @@ static void clear_loaded_entry( void *key,
&clear_hash_value,
handler );
hash_destroy( &loaded->load_time );
hash_destroy( &loaded->is_loading );
free( loaded->old_path );
free( loaded );