Merge branch '2069_memory_leaks'
commita5be50743235d39a4633c83b514879be142f4c26
authorAndrew Borodin <aborodin@vmail.ru>
Tue, 30 Mar 2010 12:22:47 +0000 (30 16:22 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Tue, 30 Mar 2010 12:22:47 +0000 (30 16:22 +0400)
tree14e7d70eaed23fc18c9a7c2bd3c98e0b3bd7ca8e
parentafa93bbb36e956f575b85bbcd9a7da728396db2d
parent5b68413e62b0974365a6e9e9b99e9391bf1d8d63
Merge branch '2069_memory_leaks'

* 2069_memory_leaks:
  Applied MC indentation policy.
  Ticket #2119: Fixed memory leaks in command_completion_function() function.
  Ticket #2108: Fixed memory leak in fish_linear_start() function.
  lib/util.c: Fixed memleak  in load_mc_home_file() function
  Fixed memory leak in mc_search__cond_struct_new_regex_accum_append().
  Free FS info before closing panel.
  Fixed memory leaks in viewer.
  Destroy converter before quit from editor.
  Fixed memory leaks in edit_search_cmd().
  Fixed memory leak in mc_closedir().
  Fixed memory leak in vfs_free_handle().
  Fixed memory leak in vfs_s_getlocalcopy().
  Ticket #2069: fixed memory leaks.