Skip to content

Commit

Permalink
Removing unwanted commented free
Browse files Browse the repository at this point in the history
  • Loading branch information
mansetagunj committed Apr 30, 2018
1 parent b7a10d3 commit 790ba71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project2/BBG/src/comm_recv_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ static int8_t getFrame()
return 0;
}

//free(buffer);
free(buffer);
return 1;
}

0 comments on commit 790ba71

Please sign in to comment.