Remove unreferenced label

This commit is contained in:
Cameron Gutman 2018-10-20 20:36:22 -07:00
parent 522fa0426c
commit b619d7fed5

View File

@ -325,7 +325,6 @@ bool UPnPHandleDeviceList(struct UPNPDev* list, bool ipv6, bool enable)
}
}
Exit:
FreeUPNPUrls(&urls);
return success;
}