Skip to content

Detected memory leaks! #1

@gbbnfhb

Description

@gbbnfhb

global.cpp

CGlobal::~CGlobal()
{
// thread_->ExitInstance();
if(thread_){
WaitForSingleObject(thread_, INFINITE);
delete(thread_);
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions