filter/Observer: fix memory leak

This commit is contained in:
Max Kellermann 2016-07-04 15:25:21 +02:00
parent a012b25335
commit 1a4a6f3807

View File

@ -41,6 +41,7 @@ public:
assert(observer.proxy == this);
observer.proxy = nullptr;
delete prepared_filter;
}
void Clear(gcc_unused Proxy *_child) {