mirror of https://github.com/eclipse/paho.mqtt.c
fixed error in comment
This commit is contained in:
parent
749515ddc7
commit
87fc8162d5
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* redefines free to use "myfree" so that heap allocation can be tracked
|
* 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)
|
#define free(x) myfree(__FILE__, __LINE__, x)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue