Files
MaxScale/server
Markus Mäkelä cb066fd09a Fix memory leaks in REST API
The call to MHD_basic_auth_get_username_password allocates memory for both
the password and the username.

mxs_json_add_relation leaked a reference to a JSON object by using
json_array_append instead of json_array_append_new.
2017-08-09 11:39:24 +03:00
..
2017-08-09 11:39:24 +03:00
2017-01-16 10:56:33 +02:00