mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d6fcd7b2c5
PR: ports/6442 Submitted by: Donald Burr <dburr@POBoxes.com>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
--- app/main.c.old Tue Apr 28 09:54:27 1998
|
|
+++ app/main.c Tue Apr 28 09:53:51 1998
|
|
@@ -80,6 +80,8 @@
|
|
int i, j;
|
|
gchar *display_name, *display_env;
|
|
|
|
+#define ATEXIT(proc) (atexit (proc))
|
|
+
|
|
ATEXIT (g_mem_profile);
|
|
|
|
/* Initialize variables */
|