Skip to content

Commit

Permalink
Fix small memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
denisfa authored and rkitover committed Jul 3, 2019
1 parent c366907 commit 91501be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wx/wxvbam.cpp
Expand Up @@ -677,6 +677,7 @@ wxvbamApp::~wxvbamApp() {
free(home);
home = NULL;
}
delete overrides;
}

MainFrame::MainFrame()
Expand Down
1 change: 1 addition & 0 deletions src/wx/wxvbam.h
Expand Up @@ -79,6 +79,7 @@ class wxvbamApp : public wxApp {
wxvbamApp()
: wxApp()
, pending_fullscreen(false)
, frame(NULL)
, using_wayland(false)
{
}
Expand Down

0 comments on commit 91501be

Please sign in to comment.