new mavl is working now
FossilOrigin-Name: 65a4eefffea57509c0d7fd573e53b15bf4a730ce297b7db182aaac796ea92448
This commit is contained in:
5
src/cw/mavl_freeptr.c
Normal file
5
src/cw/mavl_freeptr.c
Normal file
@ -0,0 +1,5 @@
|
||||
#include "mavl.h"
|
||||
|
||||
void mavl_freeptr(void *ptr){
|
||||
free( *((void**)ptr) );
|
||||
}
|
||||
Reference in New Issue
Block a user