mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
filter-blur: delete pointer in destroy() (#42)
This commit is contained in:
parent
e4e70a4820
commit
b91700e74f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue