From 382c48bb696f38c821976d207d5bcf29f2586705 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Tue, 21 Aug 2007 04:17:55 +0000 Subject: [PATCH] typo in changelog --- mbuni/ChangeLog | 2 +- mbuni/mmlib/mms_queue.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mbuni/ChangeLog b/mbuni/ChangeLog index 555e4d3..7cdca0a 100644 --- a/mbuni/ChangeLog +++ b/mbuni/ChangeLog @@ -1,4 +1,4 @@ -2007-08020 P. A. Bagyenda +2007-08-20 P. A. Bagyenda * Generalised MMS Queue handling interface to allow different storage/delivery mechanisms. 2007-08-09 P. A. Bagyenda * Added send-dlr-on-fetch config param to MMC settings diff --git a/mbuni/mmlib/mms_queue.c b/mbuni/mmlib/mms_queue.c index 0f8abb7..142ece6 100644 --- a/mbuni/mmlib/mms_queue.c +++ b/mbuni/mmlib/mms_queue.c @@ -1086,8 +1086,8 @@ static int run_dir(char *topdir, char *dir, struct Qthread_t *tlist, int num_thr } if (dirp) closedir(dirp); done: - if (tdir) - octstr_destroy(tdir); + + octstr_destroy(tdir); return ret; }