mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[RAPPS]
- Clean up the DB directory if extracting failed svn path=/branches/GSoC_2017/rapps/; revision=75660
This commit is contained in:
@@ -268,6 +268,10 @@ BOOL ExtractFilesFromCab(LPCWSTR lpCabName, LPCWSTR lpOutputPath)
|
||||
FreeLibrary(hCabinetDll);
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
RemoveDirectoryW(lpOutputPath);
|
||||
}
|
||||
}
|
||||
}
|
||||
FreeLibrary(hCabinetDll);
|
||||
|
||||
Reference in New Issue
Block a user