summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/block01/init.c
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-11-30 12:41:10 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2009-11-30 12:41:10 +0000
commitf9925bcc246e3d923259d5816d9bfe8f1d0714fd (patch)
treed34cb9aa320d8c14d308cb0e2393936ab62be3ba /testsuites/libtests/block01/init.c
parentdocumentation fixes (diff)
downloadrtems-f9925bcc246e3d923259d5816d9bfe8f1d0714fd.tar.bz2
added documentation
corrections in block tests added Makefile.am
Diffstat (limited to 'testsuites/libtests/block01/init.c')
-rw-r--r--testsuites/libtests/block01/init.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuites/libtests/block01/init.c b/testsuites/libtests/block01/init.c
index 4f9b831ae7..067f883738 100644
--- a/testsuites/libtests/block01/init.c
+++ b/testsuites/libtests/block01/init.c
@@ -17,6 +17,8 @@
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
*/
#include <stdio.h>
@@ -153,6 +155,8 @@ static void test_diskdevs(void)
sc = rtems_io_unregister_driver(major);
ASSERT_SC(sc);
+ ramdisk_free(rd);
+
sc = rtems_disk_io_done();
ASSERT_SC(sc);
}