Created
December 13, 2017 17:48
-
-
Save tarcisio-marinho/588fe2270b838cb93a32f0df88219ecd to your computer and use it in GitHub Desktop.
deallocate memory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Free the linked lists*/ | |
destroy(&files); | |
destroy(&encrypted); | |
destroy(¬_encrypted); | |
/* Free the path variables */ | |
free(home); | |
free(desktop); | |
free(username); | |
free(trash); | |
free(media); | |
free(test_path); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment