Skip to content

Commit 0973d89

Browse files
author
Martin Belanger
committed
examples: Add missing free()
Signed-off-by: Martin Belanger <[email protected]>
1 parent e88d210 commit 0973d89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/discover-loop.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,6 @@ int main()
8787
print_discover_log(log);
8888

8989
nvme_free_tree(r);
90+
free(log);
9091
return 0;
9192
}

0 commit comments

Comments
 (0)