Merge branch 'master' into actubent
FossilOrigin-Name: fcc9281b3e2c4dc8c018f50b455652756aa7a292c7f0c62a5ce59d35ac42beab
This commit is contained in:
7
src/cw/mavl_free_str.c
Normal file
7
src/cw/mavl_free_str.c
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
#include "mavl.h"
|
||||||
|
|
||||||
|
void mavl_free_str(union mavldata *data){
|
||||||
|
free(data->str);
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user