Fixed leak.
git-svn-id: svn://10.0.0.236/trunk@71142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -913,6 +913,7 @@ nsLocalFile::Clone(nsIFile **file)
|
||||
char *path;
|
||||
GetPath(&path);
|
||||
rv = localFile->InitWithPath(path);
|
||||
nsAllocator::Free(path);
|
||||
break;
|
||||
|
||||
case eInitWithFSSpec:
|
||||
|
||||
Reference in New Issue
Block a user