Loading src/lib/kinetic_device_info.c +1 −0 Original line number Diff line number Diff line Loading @@ -317,6 +317,7 @@ cleanup: if (statistics) { free(statistics); } if (limits) { free(limits); } if (device) { free(device); } if (messages.data) { free(messages.data); } return NULL; } Loading Loading
src/lib/kinetic_device_info.c +1 −0 Original line number Diff line number Diff line Loading @@ -317,6 +317,7 @@ cleanup: if (statistics) { free(statistics); } if (limits) { free(limits); } if (device) { free(device); } if (messages.data) { free(messages.data); } return NULL; } Loading