Index: src/object.c
===================================================================
--- src/object.c	(Revision 2490)
+++ src/object.c	(Arbeitskopie)
@@ -6906,9 +6906,9 @@
          * data pending in the save_buffer.
          */
 
-        /* free the error handler and the arguments (numarg + 1  from sp).
+        /* free the arguments (numarg from sp).
          */
-        sp = pop_n_elems(numarg + 1, sp);
+        sp = pop_n_elems(numarg, sp);
       
         sp++; /* for the result */
         if (failed)
