From ea2beb9a77205702d6f9517485d47af5a273b5a0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 12 Apr 2021 15:48:43 +0100 Subject: trivial: Fix a tiny memork leak when running the gusb test tool --- tools/gusb-main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gusb-main.c b/tools/gusb-main.c index ef8c2e1..5bafa0e 100644 --- a/tools/gusb-main.c +++ b/tools/gusb-main.c @@ -153,6 +153,7 @@ gusb_main_device_open (GUsbDevice *device) return; } g_print ("product: %s\n", product); + g_free (product); } } -- cgit v1.2.1