Пример #1
0
cleanup (void)
{
  close_units ();
  
  if (please_free_exe_path_when_done)
    free ((char *) exe_path);

  free (addr2line_path);
}
Пример #2
0
Файл: main.c Проект: aosm/gcc_40
cleanup ()
{
  close_units ();
}