mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-scache-ref-leak-fix-20061008
pointer not pointer to pointer
This commit is contained in:
parent
8919e0d517
commit
1e9533907d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user