List_TomlValue_destroyWithElements
This commit is contained in:
@@ -15,6 +15,6 @@ void TomlArray_free(TomlArray* self)
|
|||||||
{
|
{
|
||||||
if(!self)
|
if(!self)
|
||||||
return;
|
return;
|
||||||
List_TomlValue_destroy(self);
|
List_TomlValue_destroyWithElements(self, TomlValue_destroy);
|
||||||
free(self);
|
free(self);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user