2005-04-15 Dan Williams <dcbw@redhat.com>
Patches from Tom Parker: - Fix memleaks - Join with worker thread rather than polling for its exit Patch from Bill Moss: - Cull duplicate ESSIDs from the scan list, taking highest strength AP git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@573 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -448,6 +448,7 @@ char *nm_get_device_driver_name (LibHalContext *ctx, NMDevice *dev)
|
||||
|
||||
if (parent_udi && libhal_device_property_exists (ctx, parent_udi, "info.linux.driver", NULL))
|
||||
driver_name = libhal_device_get_property_string (ctx, parent_udi, "info.linux.driver", NULL);
|
||||
g_free(parent_udi);
|
||||
}
|
||||
|
||||
return (driver_name);
|
||||
|
Reference in New Issue
Block a user