Commit 1a4a6f38 authored by Max Kellermann's avatar Max Kellermann

filter/Observer: fix memory leak

parent a012b253
......@@ -41,6 +41,7 @@ public:
assert(observer.proxy == this);
observer.proxy = nullptr;
delete prepared_filter;
}
void Clear(gcc_unused Proxy *_child) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment