added note to math config
This commit is contained in:
parent
7146ca7765
commit
1450bb7c86
1 changed files with 1 additions and 0 deletions
|
|
@ -270,5 +270,6 @@ void ARC_Rect_Delete(ARC_Config* config, ARC_String *string, void *value){
|
||||||
}
|
}
|
||||||
|
|
||||||
void ARC_RectArray_Delete(ARC_Config* config, ARC_String *string, void *value){
|
void ARC_RectArray_Delete(ARC_Config* config, ARC_String *string, void *value){
|
||||||
|
//TODO free value->data
|
||||||
free((ARC_Array *)value);
|
free((ARC_Array *)value);
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue