mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
DEVEL15-windows-scache-ref-leak-fix-20061008
pointer not pointer to pointer (cherry picked from commit 1e9533907d4877f6b6aa70eb749e7a3e1717d861)
This commit is contained in:
parent
adb2529e5d
commit
caef4a97b6
@ -1240,7 +1240,7 @@ int afsd_InitCM(char **reasonP)
|
||||
|
||||
int afsd_ShutdownCM(void)
|
||||
{
|
||||
cm_ReleaseSCache(&cm_data.rootSCachep);
|
||||
cm_ReleaseSCache(cm_data.rootSCachep);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user