Commit 922e3bf5 authored by sundb's avatar sundb Committed by Oran Agra
Browse files

Fix memory leak in moduleDefragGlobals (#8853)


(cherry picked from commit 5100ef9f)
parent 42f2ad05
......@@ -9205,6 +9205,7 @@ long moduleDefragGlobals(void) {
module->defrag_cb(&defrag_ctx);
defragged += defrag_ctx.defragged;
}
dictReleaseIterator(di);
return defragged;
}
......
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