changeset 29105:3d9a05cb0894

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 26 Nov 2020 19:25:01 +0100
parents 9f31fe6f79f0 (current diff) 158f9d2320c7 (diff)
children c661350ee8df
files scripts/plot/util/linkprop.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/linkprop.m	Thu Nov 26 19:19:26 2020 +0100
+++ b/scripts/plot/util/linkprop.m	Thu Nov 26 19:25:01 2020 +0100
@@ -85,6 +85,10 @@
     set (h(2:end), prop{j}, get (h(1), prop{j}));
   endfor
 
+  ## FIXME: This file needs to be locked to avoid bug #59439.  Remove this
+  ##        lock once that bug is properly fixed.
+  mlock ();
+
   ## Add listeners to all objects
   for i = 1 : numel (h)
     for j = 1 : numel (prop)