[dahdi-commits] sruffell: branch linux/2.4 r9686 - /linux/branches/2.4/drivers/dahdi/wct4xxp/
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Jan 20 23:32:03 CST 2011
Author: sruffell
Date: Thu Jan 20 23:31:59 2011
New Revision: 9686
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9686
Log:
wct4xxp: Close a memory leak in the VPM450 error path.
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Acked-by: Kinsey Moore <kmoore at digium.com>
Acked-By: Russ Meyerriecks <rmeyerriecks at digium.com>
Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9539
Modified:
linux/branches/2.4/drivers/dahdi/wct4xxp/vpm450m.c
Modified: linux/branches/2.4/drivers/dahdi/wct4xxp/vpm450m.c
URL: http://svnview.digium.com/svn/dahdi/linux/branches/2.4/drivers/dahdi/wct4xxp/vpm450m.c?view=diff&rev=9686&r1=9685&r2=9686
==============================================================================
--- linux/branches/2.4/drivers/dahdi/wct4xxp/vpm450m.c (original)
+++ linux/branches/2.4/drivers/dahdi/wct4xxp/vpm450m.c Thu Jan 20 23:31:59 2011
@@ -511,6 +511,7 @@
#ifdef CONFIG_4KSTACKS
local_irq_restore(flags);
#endif
+ vfree(vpm450m->pApiInstance);
kfree(vpm450m);
kfree(ChipOpen);
kfree(ChannelOpen);
More information about the dahdi-commits
mailing list