We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fa47a commit 3195338Copy full SHA for 3195338
modules/openapi-generator/src/main/resources/C-libcurl/model-body.mustache
@@ -264,6 +264,7 @@ void {{classname}}_free({{classname}}_t *{{classname}}) {
264
keyValuePair_t *localKeyValue = (keyValuePair_t*) listEntry->data;
265
free (localKeyValue->key);
266
free (localKeyValue->value);
267
+ free (localKeyValue);
268
}
269
list_free({{classname}}->{{name}});
270
{{/isMap}}
0 commit comments