actube/src/cw/mavl_free_bin.c

8 lines
83 B
C

#include "mavl.h"
void mavl_free_bin(union mavldata *data){
free(data->ptr);
}