blob: 1b954322fe1a28bb657ba3dafbd7d28cd9bd75e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Index: g_editor.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_editor.c,v
retrieving revision 1.13
diff -u -w -r1.13 g_editor.c
--- g_editor.c 15 Sep 2005 03:17:27 -0000 1.13
+++ g_editor.c 28 Apr 2006 22:40:57 -0000
@@ -1688,9 +1688,10 @@
}
else
{
- sys_vgui(
-"pdtk_check {Close this window??} {.x%lx menuclose 1;\n} yes\n",
- x);
+/* sys_vgui( */
+/* "pdtk_check {Close this window??} {.x%lx menuclose 1;\n} yes\n", */
+/* x); */
+ pd_free(&x->gl_pd);
}
}
else if (force == 1)
|