From aa6fc6f2e628d8008bada973644fb56b7ee31366 Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 1 Feb 2021 14:46:21 +0000 Subject: samples/lspci: free vfu context (#293) Signed-off-by: John Levon Reviewed-by: Swapnil Ingle --- samples/lspci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples/lspci.c') diff --git a/samples/lspci.c b/samples/lspci.c index 358fefe..1a25ff6 100644 --- a/samples/lspci.c +++ b/samples/lspci.c @@ -115,6 +115,8 @@ int main(void) printf("\n"); } + vfu_destroy_ctx(vfu_ctx); + return 0; } -- cgit v1.1