Bug 1159826 - ensure_copy_recursive() leaks directory streams. r=spohl

This commit is contained in:
Robert Strong 2015-04-29 17:27:33 -07:00
parent ef1fa80639
commit dffb5fb846

View File

@ -802,7 +802,7 @@ static int ensure_copy_recursive(const NS_tchar *path, const NS_tchar *dest,
}
}
}
NS_tclosedir(dir);
return rv;
}