Skip to content

Commit

Permalink
Fixed accidentally introduced segfault.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Nov 22, 2023
1 parent ede74ea commit e2f477e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nui/src/nui/backend/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ namespace Nui
//---------------------------------------------------------------------------------------------------------------------
Window::~Window()
{
impl_.reset();
for (auto const& file : impl_->cleanupFiles)
std::filesystem::remove(file);
}
Expand Down

0 comments on commit e2f477e

Please sign in to comment.