Commit 7945be01 authored by root's avatar root
Browse files

Add missed free function

parent 501c5535
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}