summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rap.c b/rap.c
index 7143629..37a8702 100644
--- a/rap.c
+++ b/rap.c
@@ -360,6 +360,8 @@ rtems_rap_load (const char* name, int mode, int argc, const char* argv[])
}
}
+ rtems_rap_unlock ();
+
return true;
}