Skip to content

Commit

Permalink
driver: add printout on redirection object deletion
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Benditovich <[email protected]>
  • Loading branch information
ybendito authored and YanVugenfirer committed Jan 2, 2020
1 parent b08ff21 commit 7c93e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UsbDk/ControlDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ class CUsbDkRedirection : public CAllocatable<USBDK_NON_PAGED_POOL, 'NRHR'>, pub
private:
~CUsbDkRedirection()
{
Dump("Deleting ");
if (m_RedirectorDevice != nullptr)
{
m_RedirectorDevice->Release();
Expand Down

0 comments on commit 7c93e05

Please sign in to comment.