1.15.2
This commit is contained in:
parent
3f9483a318
commit
f1612fbf8f
|
@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
### Fixed
|
||||
- fixed Sign the .tmp file that gets dropped when installing or updating Sandboxie Plus [#2643](https://github.com/sandboxie-plus/Sandboxie/issues/2643)
|
||||
- fixed issue with DLL unloading
|
||||
- fixed Files Resource Access - Browse for Folder - allows access to excluded folders [#4007](https://github.com/sandboxie-plus/Sandboxie/issues/4007)
|
||||
|
||||
|
||||
|
|
|
@ -696,7 +696,7 @@ _FX void Ldr_CallDllCallbacks(void)
|
|||
if (!found) {
|
||||
|
||||
__my_Ldr_CallOneDllCallback(pOld->Path + pOld->NameOffset,
|
||||
pNew->ImageBaseAddress, FALSE);
|
||||
pOld->ImageBaseAddress, FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue