# HG changeset patch # User Markus Mützel # Date 1606415101 -3600 # Node ID 3d9a05cb0894f51312babedaf9092bf13d6cd752 # Parent 9f31fe6f79f0ee5424982545f72bef9f4dcc256c# Parent 158f9d2320c76b665324c05cf4d6e0493a55106b maint: merge stable to default. diff -r 9f31fe6f79f0 -r 3d9a05cb0894 scripts/plot/util/linkprop.m --- 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)