mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Unconditionally check for mlock
Prepare for `is_realtime` API removal. All backend except for Dummy and sometimes JACK are realtime anyway.
This commit is contained in:
parent
395833e4f8
commit
72deb74c58
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ ARDOUR_UI::check_memory_locking ()
|
|||
|
||||
XMLNode* memory_warning_node = Config->instant_xml (X_("no-memory-warning"));
|
||||
|
||||
if (AudioEngine::instance()->is_realtime() && memory_warning_node == 0) {
|
||||
if (memory_warning_node == 0) {
|
||||
|
||||
struct rlimit limits;
|
||||
int64_t ram;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue