Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 182 Bytes

notes.md

File metadata and controls

4 lines (3 loc) · 182 Bytes

Notes

  • For every malloc there, check if it's NULL or not.
  • For every free there, check if it's freed/or needed to be freed before the return or the end of the function.