mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
Plug very small memory leak
darcs-hash:20060722101549-ac50b-244f449244272fc1fea9b7d019d7c259f4746533.gz
This commit is contained in:
parent
013d3dbb89
commit
2a7bc8c04b
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue
Block a user