-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Environment:Ubuntu 11.04 64 bit
The map from command name to command instance (db/commands.cpp) is allocated on the heap but never released. Many of the commands are registered prior to forking which introduces a bit of complexity to managing this resource correctly. This is not a significant leak.