Commit 16d7c17e authored by claes's avatar claes

Missing free added

parent d2c08e18
/* /*
* Proview $Id: rt_io_base.c,v 1.19 2006-04-24 10:03:49 claes Exp $ * Proview $Id: rt_io_base.c,v 1.20 2006-06-29 10:57:16 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -1709,6 +1709,7 @@ static pwr_tStatus io_init_card( ...@@ -1709,6 +1709,7 @@ static pwr_tStatus io_init_card(
} }
} }
} }
free( (char *)bd);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment