Displaying 2 results from an estimated 2 matches for "kgbricola".
Did you mean:
agricola
2013 Aug 14
6
[Bug 68126] New: drm Nouveau fails compile
...ied
OS: Linux (All)
Reporter: grey3050 at hotmail.com
Hardware: All
Status: NEW
Version: unspecified
Component: Drivers/DRI/nouveau
Product: Mesa
commit d1ba1055d98c246d1ee9d9c14706bb9fba6a98c7
Author: Rico Sch?ller <kgbricola at web.de>
Date: Wed Aug 14 13:17:22 2013 +0200
Error: nouveau_video.c:866:33: error: 'screen' undeclared (first use in this
function)
I had someone else in #wayland try the same commit and get the same error as
well.
--
You are receiving this mail because:
You are the assignee for...
2007 Dec 22
1
Memory leaks
Hi,
I wrote a small windows program (msgbox.exe) and run it like that:
WINEDEBUG=+heap wine msgbox.exe. In the output there is the memory at
address 0x110118 allocated more than once without a free. It is shown in
the "output" (I snipped out a lot of unnecessary stuff). In the analyses
of the complete output there is this memory address allocated 4 times
and only 2 times freed. The code