예제 #1
0
파일: main.c 프로젝트: wilseypa/llamaOS
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 ();
}