mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix a few leaks in the Windows UI code.
This commit is contained in:
@@ -138,6 +138,10 @@ namespace W32Util
|
||||
thread_->detach();
|
||||
}
|
||||
|
||||
AsyncBrowseDialog::~AsyncBrowseDialog() {
|
||||
delete thread_;
|
||||
}
|
||||
|
||||
bool AsyncBrowseDialog::GetResult(std::string &filename) {
|
||||
filename = filename_;
|
||||
return result_;
|
||||
|
||||
Reference in New Issue
Block a user