Fixed leak.

git-svn-id: svn://10.0.0.236/trunk@71142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
2000-05-31 04:34:54 +00:00
parent 972cba9aa4
commit a3a9a03a59

View File

@@ -913,6 +913,7 @@ nsLocalFile::Clone(nsIFile **file)
char *path;
GetPath(&path);
rv = localFile->InitWithPath(path);
nsAllocator::Free(path);
break;
case eInitWithFSSpec: