Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
objmgr remove wrong context deletion
Context was created using PhCreateAlloc (ref-counted object) so it is wrong to call PhFree on it. It will be automatically freed when property sheet is destroyed.
- Loading branch information