summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-13 02:21:13 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-13 02:21:13 +0800
commit43c4a6a0ec629408a628afe32eb48bd189a831d2 (patch)
tree997e75071b531aff71ede7bbfcbe95b3969188c9 /mbbsd/announce.c
parent6ce03873bef525265d7bd1c89e37bd7355409383 (diff)
downloadpttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.tar
pttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.tar.gz
pttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.tar.bz2
pttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.tar.lz
pttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.tar.xz
pttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.tar.zst
pttbbs-43c4a6a0ec629408a628afe32eb48bd189a831d2.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@100 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 0cbce01e..314b3a41 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -1,4 +1,4 @@
-/* $Id: announce.c,v 1.2 2002/03/09 17:27:57 in2 Exp $ */
+/* $Id: announce.c,v 1.3 2002/04/12 18:21:13 ptt Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -1440,10 +1440,10 @@ int a_menu(char *maintitle, char *path, int lastlevel) {
if(ans[0]=='y') {
strcpy(trans_buffer,fname);
Fexit = 1;
- free(me.header);
if(currstat == OSONG){
log_file(FN_USSONG,fhdr->title);
}
+ free(me.header);
return FULLUPDATE;
}
}