mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Bugfix : EngDeleteSemaphore one line patch by Samuel Serapión (samcharly at hotmail dot com) aka irc : encoded
------------- it did not releas the create resuse, it was leaking. svn path=/trunk/; revision=33148
This commit is contained in:
@@ -57,6 +57,9 @@ EngDeleteSemaphore ( IN HSEMAPHORE hsem )
|
||||
{
|
||||
// www.osr.com/ddk/graphics/gdifncs_13c7.htm
|
||||
ASSERT ( hsem );
|
||||
|
||||
ExDeleteResourceLite((PERESOURCE)hsem);
|
||||
|
||||
ExFreePool ( (PVOID)hsem );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user