diff --git a/pd/src/g_graph.c b/pd/src/g_graph.c
index 8c9aa9049797e7a221ef4c44bbc931b5e9b1cc9e..a2162894e4ad22703a149ef8f31082e8350c3e34 100644
--- a/pd/src/g_graph.c
+++ b/pd/src/g_graph.c
@@ -137,7 +137,8 @@ void glist_delete(t_glist *x, t_gobj *y)
 		if (glist_isvisible(canvas))
 		    gobj_vis(y, x, 0);
 		if (x->gl_editor && (ob = pd_checkobject(&y->g_pd)))
-		    rtext_new(x, ob);
+		    //rtext_new(x, ob);
+			rtext_free(glist_findrtext(x, ob));
 		if (x->gl_list == y) {
 			if (y->g_next)		
 				x->gl_list = y->g_next;