FreeBSD Bugzilla – Attachment 74860 Details for
Bug 108219
[MAINTAINER] audio/liblo: fix testlo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
liblo-0.23_1.patch
liblo-0.23_1.patch (text/plain), 813 bytes, created by
trasz
on 2007-01-22 19:20:19 UTC
(
hide
)
Description:
liblo-0.23_1.patch
Filename:
MIME Type:
Creator:
trasz
Created:
2007-01-22 19:20:19 UTC
Size:
813 bytes
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/audio/liblo/files/patch-src-server.c /home/trasz/liblo/files/patch-src-server.c >--- /usr/ports/audio/liblo/files/patch-src-server.c Mon Jan 22 09:31:18 2007 >+++ /home/trasz/liblo/files/patch-src-server.c Mon Jan 22 20:18:08 2007 >@@ -1,6 +1,16 @@ > --- src/server.c.orig Thu Jan 26 16:00:28 2006 >-+++ src/server.c Fri Jan 19 13:56:05 2007 >-@@ -639,38 +639,11 @@ >++++ src/server.c Mon Jan 22 20:13:09 2007 >+@@ -342,7 +342,8 @@ >+ lo_method next; >+ >+ if (s->socket != -1) close(s->socket); >+- freeaddrinfo(s->ai); >++ if (s->ai) >++ freeaddrinfo(s->ai); >+ free(s->hostname); >+ free(s->path); >+ for (it = s->first; it; it = next) { >+@@ -639,38 +640,11 @@ > > //inet_ntop(s->addr.ss_family, &s->addr.padding, hostname, sizeof(hostname)); > if (s->protocol == LO_UDP) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 108219
: 74860