diff --git a/configure b/configure index e1a8b57c..6396211d 100755 --- a/configure +++ b/configure @@ -1277,8 +1277,8 @@ MAJOR="0" MINOR="39" REVISION="5" VERSION="$MAJOR.$MINOR.$REVISION" -COPYRIGHT="Copyright (C) 1997-2003 Michiel Broek, All Rights Reserved" -SHORTRIGHT="Copyright (C) 1997-2003 M. Broek" +COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" +SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" GROUP="bbs" OWNER="mbse" ROWNER="`id -un root`" diff --git a/configure.in b/configure.in index 395076bf..7061e3da 100644 --- a/configure.in +++ b/configure.in @@ -15,8 +15,8 @@ MAJOR="0" MINOR="39" REVISION="5" VERSION="$MAJOR.$MINOR.$REVISION" -COPYRIGHT="Copyright (C) 1997-2003 Michiel Broek, All Rights Reserved" -SHORTRIGHT="Copyright (C) 1997-2003 M. Broek" +COPYRIGHT="Copyright (C) 1997-2004 Michiel Broek, All Rights Reserved" +SHORTRIGHT="Copyright (C) 1997-2004 M. Broek" GROUP="bbs" OWNER="mbse" ROWNER="`id -un root`" diff --git a/mbcico/binkpnew.c b/mbcico/binkpnew.c index ae8bbcb9..a9623518 100644 --- a/mbcico/binkpnew.c +++ b/mbcico/binkpnew.c @@ -5,7 +5,7 @@ * Binkp protocol copyright : Dima Maloff. * ***************************************************************************** - * Copyright (C) 1997-2003 + * Copyright (C) 1997-2004 * * Michiel Broek FIDO: 2:280/2802 * Beekmansbos 10 @@ -396,6 +396,7 @@ SM_STATE(WaitAddr) SM_ERROR; } } + free(p); for (tmpa = remote; tmpa; tmpa = tmpa->next) { Syslog('+', "Address : %s", ascfnode(tmpa->addr, 0x1f)); if (nodelock(tmpa->addr, mypid)) { @@ -1700,7 +1701,7 @@ int binkp_poll_frame(void) bcmd = bp.rxbuf[0]; Syslog('b', "Binkp: got %s %s", bstate[bcmd], printable(bp.rxbuf+1, 0)); } else { - Syslog('b', "Binkp: got data frame %s bytes", bp.rxlen); + Syslog('b', "Binkp: got data frame %d bytes", bp.rxlen); } rc = 1; break;