mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
b86a05ab73
- make portlint happier - fix missing USE_LDCONFIG PR: 112887 Obtained from: http://www.deweyonline.com/nx/freebsd.html
12 lines
259 B
C
12 lines
259 B
C
--- nx-X11/programs/Xserver/hw/nxagent/Atoms.c.orig 2006-04-18 11:40:18.000000000 -0355
|
|
+++ nx-X11/programs/Xserver/hw/nxagent/Atoms.c
|
|
@@ -785,6 +785,8 @@
|
|
|
|
nxagentWriteAtom(local, remote, string, True);
|
|
|
|
+ XFree(string);
|
|
+
|
|
return local;
|
|
}
|
|
|