diff options
author | Roland Bär <roland@verifysoft.de> | 2007-08-23 18:33:34 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-08-23 19:20:05 +1000 |
commit | 9d6261c024c697a211da4b6300420153eb72a264 (patch) | |
tree | 9032e15b914c1436ee1549962e81479db73fe320 | |
parent | 7bc1f862bc5f992f213143fbafef52459ba7db4a (diff) |
radeon: bug 11860 fix some mem leaks
-rw-r--r-- | src/radeon_probe.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_probe.c b/src/radeon_probe.c index d7ff643..c697f65 100644 --- a/src/radeon_probe.c +++ b/src/radeon_probe.c @@ -303,6 +303,7 @@ RADEONProbe(DriverPtr drv, int flags) foundScreen = TRUE; } + xfree(pEnt); pEnt = xf86GetEntityInfo(usedChips[i]); /* create a RADEONEntity for all chips, even with |