filter-blur: delete pointer in destroy() (#42)
This commit is contained in:
parent
e4e70a4820
commit
b91700e74f
|
|
@ -1018,6 +1018,7 @@ void filter::blur::blur_factory::destroy(void* inptr)
|
|||
if (get()->sources.empty()) {
|
||||
get()->on_list_empty();
|
||||
}
|
||||
delete ptr;
|
||||
}
|
||||
|
||||
void filter::blur::blur_factory::get_defaults(obs_data_t* data)
|
||||
|
|
|
|||
Loading…
Reference in New Issue