From fdd2bc9212dc8d37e2c459e645994ea1de4d7289 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Tue, 28 Sep 1999 15:00:20 -0700
Subject: [PATCH] more debug

Rev: src/object.c:1.83
---
 src/object.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/object.c b/src/object.c
index 7e3f37f277..88d1fc915a 100644
--- a/src/object.c
+++ b/src/object.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: object.c,v 1.82 1999/09/18 09:21:23 hubbe Exp $");
+RCSID("$Id: object.c,v 1.83 1999/09/28 22:00:20 hubbe Exp $");
 #include "object.h"
 #include "dynamic_buffer.h"
 #include "interpret.h"
@@ -201,6 +201,7 @@ struct object *debug_clone_object(struct program *p, int args)
   SET_ONERROR(tmp, do_free_object, o);
   debug_malloc_touch(o);
   call_c_initializers(o);
+  debug_malloc_touch(o);
   call_pike_initializers(o,args);
   UNSET_ONERROR(tmp);
   return o;
-- 
GitLab