mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-04 22:56:11 -05:00
UI: Fix memory leak of remux window
This commit is contained in:
committed by
Ryan Foster
parent
bff7928b50
commit
2ac43052f9
@@ -2677,6 +2677,8 @@ OBSBasic::~OBSBasic()
|
||||
if (about)
|
||||
delete about;
|
||||
|
||||
delete remux;
|
||||
|
||||
obs_display_remove_draw_callback(ui->preview->GetDisplay(),
|
||||
OBSBasic::RenderMain, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user