summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/unmount.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/unmount.c')
-rw-r--r--cpukit/libcsupport/src/unmount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/unmount.c b/cpukit/libcsupport/src/unmount.c
index 60cfd12416..164cf6ef69 100644
--- a/cpukit/libcsupport/src/unmount.c
+++ b/cpukit/libcsupport/src/unmount.c
@@ -213,6 +213,7 @@ int unmount(
*/
rtems_filesystem_freenode( fs_mount_loc );
+ free( (void*) mt_entry->target );
free( mt_entry );
return 0;