summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/unmount.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libc/unmount.c')
-rw-r--r--c/src/lib/libc/unmount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libc/unmount.c b/c/src/lib/libc/unmount.c
index 50827fc804..e8e73bb1d7 100644
--- a/c/src/lib/libc/unmount.c
+++ b/c/src/lib/libc/unmount.c
@@ -137,6 +137,7 @@ int unmount(
* Free the memory associated with the extracted mount table entry.
*/
+ rtems_filesystem_freenode( &temp_loc.mt_entry->mt_point_node );
free( temp_loc.mt_entry );
rtems_filesystem_freenode( &temp_loc );