Comment 36 for bug 1165433

Revision history for this message
Sergio Callegari (callegar) wrote : Re: Kernel 3.8.x panics on bluetooth DUN disconnect

Isn't this just fixing a leak? Namely, that an object is not destroyed when it should so memory is wasted?
From previous messages on LKML the issue causing the crash seemed to be the opposite... that an object is destroyed and then its data is used again causing memory corruption...