fixed error in comment

This commit is contained in:
Finlay Morrison 2022-07-14 16:49:16 +01:00 committed by Ian Craggs
parent 749515ddc7
commit 87fc8162d5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
/**
* redefines free to use "myfree" so that heap allocation can be tracked
* @param x the size of the item to be freed
* @param x the pointer to the item to be freed
*/
#define free(x) myfree(__FILE__, __LINE__, x)