windows-scache-ref-leak-fix-20061008

pointer not pointer to pointer
This commit is contained in:
Jeffrey Altman 2006-10-09 02:48:44 +00:00
parent 8919e0d517
commit 1e9533907d

View File

@ -1236,7 +1236,7 @@ int afsd_InitCM(char **reasonP)
int afsd_ShutdownCM(void)
{
cm_ReleaseSCache(&cm_data.rootSCachep);
cm_ReleaseSCache(cm_data.rootSCachep);
return 0;
}