Skip to content

Commit

Permalink
double free
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wyckoff committed Mar 14, 2008
1 parent 917a06a commit 3b8feb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/apps/admin/pvfs2-ls.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@ int main(int argc, char **argv)
free(user_opts->start);
free(pvfs_path);
free(fs_id_array);
free(user_opts);

PVFS_sys_finalize();
if (user_opts)
Expand Down

0 comments on commit 3b8feb3

Please sign in to comment.