Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Fix Windows FramelessHelperHookWindowProc crash #305

Merged
merged 1 commit into from
Oct 29, 2023

Commits on Oct 29, 2023

  1. Fix Windows FramelessHelperHookWindowProc crash

    Application can crash on Windows in the FramelessHelperHookWindowProc callback if the underlying FramelessQuickHelper* has already been deleted. This protects against that crash by using a QPointer to invalidate the instance if it has been deleted which the callback then guards against.
    ollie-dawes committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    a169b57 View commit details
    Browse the repository at this point in the history