We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e48342 + 0973d89 commit 7cb8a79Copy full SHA for 7cb8a79
1 file changed
examples/discover-loop.c
@@ -87,5 +87,6 @@ int main()
87
print_discover_log(log);
88
89
nvme_free_tree(r);
90
+ free(log);
91
return 0;
92
}
0 commit comments