Skip to content

Commit

Permalink
Update WindowBase.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Sep 3, 2023
1 parent 276a791 commit d48e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScreenCapture/WindowBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ WindowBase::~WindowBase()
delete PrepareImage;
delete MosaicImage;
delete BottomImage;
DeleteObject(hCompatibleDC);
DeleteDC(hCompatibleDC);
DeleteObject(bottomHbitmap);
}

Expand Down

0 comments on commit d48e983

Please sign in to comment.