[1982] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4121 - trunk/moira/clients/moira

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Mon Jul 15 18:54:12 2013

Date: Mon, 15 Jul 2013 18:54:05 -0400
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201307152254.r6FMs5VR027073@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-07-15 18:54:05 -0400 (Mon, 15 Jul 2013)
New Revision: 4121

Modified:
   trunk/moira/clients/moira/user.c
Log:
Fixes incorrect free().

Modified: trunk/moira/clients/moira/user.c
===================================================================
--- trunk/moira/clients/moira/user.c	2013-07-01 17:38:05 UTC (rev 4120)
+++ trunk/moira/clients/moira/user.c	2013-07-15 22:54:05 UTC (rev 4121)
@@ -180,6 +180,7 @@
   info[U_ALT_PHONE] = strdup("");
   info[U_MODTIME] = info[U_MODBY] = info[U_MODWITH] = info[U_END] = NULL;
   info[U_CREATED] = info[U_CREATOR] = NULL;
+  info[U_AFF_BASIC] = info[U_AFF_DETAILED] = NULL;
   return info;
 }
 


home help back first fref pref prev next nref lref last post