...
This commit is contained in:
parent
e3728942dc
commit
b9a93b68c4
@ -32,7 +32,7 @@ serialize_string_tuple(PyObject *src) {
|
||||
static inline void
|
||||
free_string_tuple(char** data) {
|
||||
size_t i = 0;
|
||||
while(data[i++]) free(data[i-1]);
|
||||
while(data[i]) free(data[i++]);
|
||||
free(data);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user