(SIGAR-155) Plug memory leak sigar_proc_exe_get Darwin impl

This commit is contained in:
Doug MacEachern 2009-07-13 17:57:28 -07:00
parent d4ac7f1ecf
commit 5145e6b8c8
1 changed files with 2 additions and 0 deletions

View File

@ -1866,6 +1866,8 @@ int sigar_proc_exe_get(sigar_t *sigar, sigar_pid_t pid,
}
}
sigar_kern_proc_args_destroy(&kargs);
return SIGAR_OK;
#else
int len;