Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2009-07-13 17:57:54 -07:00
commit f2bc7f088d
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; return SIGAR_OK;
#else #else
int len; int len;