Commit d0182d42 authored by Claes Sjofors's avatar Claes Sjofors

Pool memory leakage in neth fixed

parent d326f624
...@@ -268,6 +268,7 @@ subcm_Data ( ...@@ -268,6 +268,7 @@ subcm_Data (
#if 0 #if 0
errh_Info("Removed %d subscriptions", rp->count - 1); errh_Info("Removed %d subscriptions", rp->count - 1);
#endif #endif
pool_Free(NULL, gdbroot->pool, rp);
} }
} }
......
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