Skip to content

Commit 7cb8a79

Browse files
authored
Merge pull request #473 from martin-belanger/add-lsp-to-get-dlp4
examples: Add missing free()
2 parents 0e48342 + 0973d89 commit 7cb8a79

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)