Skip to content

Commit

Permalink
[#79] Remove duplicated file list initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
hangpark committed Apr 13, 2017
1 parent da17272 commit f83f3e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/userprog/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ start_process (void *arguments)
}
curr->exec_file = exec_file;
curr->fd_next = FD_MIN;
list_init (&curr->file_list);

/* Free resources. */
palloc_free_page (args->argv[0]);
Expand Down

0 comments on commit f83f3e5

Please sign in to comment.