diff --git a/lib/memory.cpp b/lib/memory.cpp index a51ce4253..fed012e2a 100644 --- a/lib/memory.cpp +++ b/lib/memory.cpp @@ -91,8 +91,8 @@ int memory_lock(size_t lock) debug(LOG_MEM | 2, "Increased ressource limit of locked memory to %zd bytes", lock); } -#endif /* __arm__ */ out: +#endif /* __arm__ */ #ifdef _POSIX_MEMLOCK /* Lock all current and future memory allocations */ ret = mlockall(MCL_CURRENT | MCL_FUTURE);