On Tue, 2006-07-25 at 18:01 -0400, Lee Revell wrote: > I've found that the kernel Oopses if you allocate a timer on the > stack, so I use kmalloc(). It seems to work, but leaks memory, as > there's no opportunity to free() all the timer_lists I'm creating on > the fly. > I've solved this problem by passing a pointer to the struct timer_list to the timer function, and kfree()ing it at the end. It seems pretty ugly but it works. Lee ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel