summaryrefslogtreecommitdiff
path: root/news/knews/patches/patch-ah
blob: 8e7a724362099cc7d84e5fd01c7aa482137ddfaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ah,v 1.2 2001/02/24 22:40:40 tron Exp $

--- src/xutil.c.orig	Fri Jan  9 18:16:20 1998
+++ src/xutil.c	Sat Feb 24 23:32:58 2001
@@ -18,6 +18,7 @@
 #include "resource.h"
 #include "save.h"
 #include "search.h"
+#include "sysdeps.h"
 #include "server.h"
 #include "tag.h"
 #include "thread.h"
@@ -343,7 +344,7 @@
 	qf(main_server);
 
     server_close(main_server);
-    XtFree(global.serv_addr);
+    free_addr(global.serv_addr);
     global.serv_addr = NULL;
 
     clear_thread_context(main_thr);