Commit 092c8b31 authored by Kevin.Liu's avatar Kevin.Liu
Browse files

Merge pull request #17 from seokheegit/master

Add missed free function
parents a38b6161 7945be01
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;
}