Closed mkind closed 8 years ago
Thanks @denji and cppcheck for reporting this. I'll add a fclose(f)
in src/api/apikey.c to close the file descriptor if fread
function fails. The server.c:148 error and the warning in src/string.c:41 are cppcheck false positives.
Unit test for
message_deserialize_response
is missing.