K 10 svn:author V 3 imp K 8 svn:date V 27 2019-08-22T21:56:11.323649Z K 7 svn:log V 327 When we have errors resetting the device before we allocate the queues, don't try to tear them down in the ctrlr_destroy path. Otherwise, we dereference queue structures that are NULL and we trap. This fix is incomplete: we leak IRQ and MSI resources when this happens. That's preferable to a crash but still should be fixed. END