Bug 5171

Summary: Memleak in xf86drmHash.c::HashHash()
Product: DRI Reporter: Tilman Sauerbeck <tilman>
Component: libdrmAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: DRI git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
Patch to fix the memleak none

Description Tilman Sauerbeck 2005-11-27 00:06:34 UTC
HashHash() leaks memory in the init code block.
Memory is allocated by calling drmRandomCreate(), but drmRandomDestroy() isn't
called.
Comment 1 Tilman Sauerbeck 2005-11-27 00:07:45 UTC
Created attachment 3913 [details] [review]
Patch to fix the memleak
Comment 2 Brian Paul 2005-11-29 04:29:33 UTC
I've checked in your fix.  Thanks.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.