mwindow: clean up pack map at shutdown

This commit is contained in:
Edward Thomson 2014-10-25 19:53:07 -04:00 committed by Edward Thomson
parent e4985fe3a9
commit 8c8ca7309b

View File

@ -41,6 +41,8 @@ int git_mwindow_files_init(void)
if (git__pack_cache)
return 0;
git__on_shutdown(git_mwindow_files_free);
return git_strmap_alloc(&git__pack_cache);
}