| #
fa7cca61 |
| 04-Jun-2010 |
Alan Coopersmith <[email protected]> |
Delay allocation of agp_info so we don't leak it on prior errors
Memory leak of pointer 'agp_info' at line 119 of src/common_capability.c in function 'pci_fill_capabilities_generic'.
Delay allocation of agp_info so we don't leak it on prior errors
Memory leak of pointer 'agp_info' at line 119 of src/common_capability.c in function 'pci_fill_capabilities_generic'. 'agp_info' allocated at line 107 with calloc(1, 12). 'agp_info' leaks when err != 0 at line 118. at line 124 of src/common_capability.c in function 'pci_fill_capabilities_generic'. 'agp_info' allocated at line 107 with calloc(1, 12). 'agp_info' leaks when err != 0 at line 123.
[ This bug was found by the Parfait bug checking tool. For more information see http://research.sun.com/projects/parfait ]
Signed-off-by: Alan Coopersmith <[email protected]>
show more ...
|