On Wed, Dec 17, 2003 at 02:37:27PM -0800, Greg KH wrote: > On Wed, Dec 17, 2003 at 10:53:44PM +0100, Kay Sievers wrote: > > > > Uups, we have a bug in udev-remove.c. > > Ick, this was probably my fault from the merge with the dbus code, > sorry. Thanks for the patch, I've applied it. I've moved the malloc out of the udevdb into udev-remove to free the struct after use and not to allocate a different struct in the case the device is not in the data base. I seems a bit easier to read. thanks, Kay