Skip to content

Commit

Permalink
Merge branch 'graceful_exit' into graceful_exit_part2
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkautarch committed Dec 11, 2024
2 parents 0f5789f + 3793eb3 commit 1f6eca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace gamescope
bool IBackend::Set( IBackend *pBackend )
{
if ( s_pBackend ) {
GetBackend()->IBackend::~IBackend();
std::destroy_at(GetBackend());
}

if ( pBackend )
Expand Down

0 comments on commit 1f6eca1

Please sign in to comment.