Re: [Nouveau] [PATCH] drm/nouveau/iccsense: fix memory leak

2016-06-13 Thread Roy Spliet
Thanks. It seems though that you are not the only one who spotted this bug. This patch appears to be obsolete since 7505fdf [1]. Roy [1] https://github.com/skeggsb/nouveau/commit/7505fdfc2688e86f8e15069b611858f0dbe73a80 Op 06/12/16 om 15:56 schreef Sudip Mukherjee: In the for loop we are

[Nouveau] [PATCH] drm/nouveau/iccsense: fix memory leak

2016-06-13 Thread Sudip Mukherjee
In the for loop we are allocating the memory for rail everytime but in some cases we use "continue" and in those cases the memory already allocated for rail is leaked and we again allocate new memory for it. Lets free the memory before continuing with the loop. Signed-off-by: Sudip Mukherjee

[Nouveau] [Bug 95282] G96: system hang on video playback via vdpau

2016-06-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=95282 --- Comment #14 from Elmar Stellnberger --- same with 4.7.0-rc3-ARCH-12588-g39543dd. Any video playback with xine/vdpau will hang the whole system when it in deed should start. -- You are receiving this mail because: You