rizin/libr/config
Fedor Sakharov 13547a0bbf Fix #370 - Some memory leaks
Fix memory leak in r_config_new.
  cfg->nodes->free should be a custom function that frees RConfigNode
  structure correctly, but not the ordinary free.
Fix memory leak in r_anal_new.
  In r_anal_free need to call r_meta_free to free the
  whole RMeta structure, not only it's data list.
  The r_meta_free doesn't seem to have any leak itself.
Fix leaking anal->hints.
Fix memory leaks in r_cmd_free
Fix memory leak in r_cmd_plugin_init
Fix memleak in r_lib_new
Fix memory leak in r_io_plugin_init
Fix memory leak in r_debug_trace_new
Fix memory leaks in r_io_new
Fix memory leak in r_graph_new
Fix memory leak in r_sys_getdir.
  Note: calling getcwd with dir=NULL is a Linux-specific extension
  of POSIX, not sure if works on other non-windows platforms.
Fixes a typo
2013-11-19 01:51:40 +01:00
..
t * Import Glyn Kennington's patch for the build system 2011-11-03 11:49:50 +01:00
callback.c * Initial import of the hashtable implementation of WayLand 2011-03-17 19:05:39 +01:00
config.c Fix #370 - Some memory leaks 2013-11-19 01:51:40 +01:00
deprecated.c * Fix ~40 off-by-one strncpy's 2011-09-18 20:41:36 +02:00
Makefile Simplify the build system 2012-10-03 14:31:35 +02:00