forked from Ocean/datum_gateway
Bugfix: api: Free parsed JSON for cmd POST
This commit is contained in:
parent
c4a1845a53
commit
8f0b100823
@ -438,6 +438,7 @@ int datum_api_cmd(struct MHD_Connection *connection, char *post, int len) {
|
||||
}
|
||||
}
|
||||
}
|
||||
json_decref(root);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user