From: Maurice L. <ml...@us...> - 2002-12-24 20:37:12
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv2460 Modified Files: plctrl.c Log Message: Fix to 'Bug in library: Segmentation fault if "Q" hit'. The errormsg was being used after the dl'd drivers were freed, so the pointer was directed at garbage memory. Solution is just to switch the order of printing errormsg with calling plend(). |