diff libinterp/corefcn/graphics.cc @ 19097:f984fc55a825

Remove lef-tover figures in test from cset 4c59f69fa52c * graphics.cc: fix copy/paste error.
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Sun, 31 Aug 2014 21:44:00 +0200
parents 1288a2f27769
children dc88c5784f74
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.cc	Sat Aug 30 12:57:43 2014 -0400
+++ b/libinterp/corefcn/graphics.cc	Sun Aug 31 21:44:00 2014 +0200
@@ -3699,7 +3699,8 @@
 %!   set (ax1, "parent", hf2);
 %!   assert (get (hf2, "currentaxes"), ax2);
 %! unwind_protect_cleanup
-%!   close (hf);
+%!   close (hf1);
+%!   close (hf2);
 %! end_unwind_protect
 */