Skip to content

Commit 902f3c0

Browse files
committed
udev/udev-configure-printer.c: device_uri strings leaks
1 parent 54a6312 commit 902f3c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

udev/udev-configure-printer.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,8 @@ for_each_matching_queue (struct device_uris *device_uris,
15121512
firstqueue = 0;
15131513

15141514
skip:
1515+
free(device_uri_n);
1516+
free(this_device_uri_n);
15151517
if (!attr)
15161518
break;
15171519
}

0 commit comments

Comments
 (0)