Files
mongo/shell
Tad Marshall 8d8b272225 SERVER-4008 -- don't leak memory in the shell
Track the strdup-ed (i.e. malloc-ed) strings returned by linenoise, and
free the memory when we are done with it. Free command line history
memory explicitly when we save the history to a file and stop using it.
Non-Windows versions were freeing this memory using an atexit handler,
but this handler isn't set up for Windows.
2011-11-16 13:07:37 -05:00
..
2011-10-31 10:00:59 -04:00
2011-11-15 11:38:03 -05:00
2011-11-15 11:38:03 -05:00
2011-11-15 13:17:20 -05:00
2009-11-04 14:48:36 -05:00
2011-11-15 11:38:03 -05:00
2011-11-02 19:26:29 -04:00