Skip to content

Program handle leak. #6306

Open
Open
@HenryChen2022

Description

@HenryChen2022

Program handle leak under widnows 10. It can be modified like this:

in the SetupWindowData(_THIS, SDL_Window * window, HWND hwnd, HWND parent, SDL_bool created) function
First:data->initializing = SDL_TRUE; change to:data->initializing = SDL_FALSE;
Second:data->initializing = SDL_FALSE; change to:data->initializing = SDL_TRUE;

Metadata

Metadata

Assignees

No one assigned

    Labels

    waitingWaiting on user response

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions