lkml.org 
[lkml]   [2014]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 00/16] timers: Plug debugobject leaks and use del_timer_sync() in exit/teardown
> Another thing I saw is 
>
> del_timer(&bla->timer);
> ....
> kfree(&bla);

In one case I saw the following:

if (isac->dch.timer.function != NULL) {
del_timer(&isac->dch.timer);
isac->dch.timer.function = NULL;
}
kfree(isac->mon_rx);
isac->mon_rx = NULL;

Is the assignment isac->dch.timer.function = NULL good enough to solve
the problem?

julia


\
 
 \ /
  Last update: 2014-03-24 09:01    [W:0.106 / U:0.696 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site