# HG changeset patch # User Ben Abbott # Date 1468802406 14400 # Node ID faae09d7ed5b50996be1b68765603e2bcb7430d8 # Parent 7a70004cae61fb76cf24e1f9053befc689fbad9e mlock gnuplot_binary.m in memory to preserve during "clear all" * scripts/plot/util/gnuplot_binary.in.m: Add "mlock ()". diff -r 7a70004cae61 -r faae09d7ed5b scripts/plot/util/gnuplot_binary.in.m --- a/scripts/plot/util/gnuplot_binary.in.m Sun Jul 17 14:19:06 2016 +0200 +++ b/scripts/plot/util/gnuplot_binary.in.m Sun Jul 17 20:40:06 2016 -0400 @@ -32,6 +32,7 @@ function [prog, args] = gnuplot_binary (new_prog, varargin) + mlock () persistent gp_binary = %OCTAVE_CONF_GNUPLOT%; persistent gp_args = {};