mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-19 19:58:36 -05:00
Remove unnecessary tests to delete
The delete operator can be called on a null pointer, so there's no reason for these tests.
This commit is contained in:
@@ -550,10 +550,8 @@ OBSBasic::~OBSBasic()
|
||||
* can be freed, and we have no control over the destruction order of
|
||||
* the Qt UI stuff, so we have to manually clear any references to
|
||||
* libobs. */
|
||||
if (properties)
|
||||
delete properties;
|
||||
if (transformWindow)
|
||||
delete transformWindow;
|
||||
delete properties;
|
||||
delete transformWindow;
|
||||
|
||||
ClearVolumeControls();
|
||||
ui->sources->clear();
|
||||
|
||||
Reference in New Issue
Block a user