1
0
Эх сурвалжийг харах

UI: Fix use-after-free in properties view

Richard Stanway 3 жил өмнө
parent
commit
abedc7d08b

+ 0 - 1
UI/properties-view.hpp

@@ -61,7 +61,6 @@ public:
 			update_timer->stop();
 			QMetaObject::invokeMethod(update_timer, "timeout");
 			update_timer->deleteLater();
-			obs_data_release(old_settings_cache);
 		}
 	}