]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/dbstuff.h
Doc: Minor fixes
[user/henk/code/exim.git] / src / src / dbstuff.h
index 819e46609cff41ea42649bd458f9196dbe90fa92..93c715ac2f27f33568870f57875777c43500c600 100644 (file)
@@ -1,5 +1,3 @@
-/* $Cambridge: exim/src/src/dbstuff.h,v 1.9 2009/11/16 19:50:36 nm4 Exp $ */
-
 /*************************************************
 *     Exim - an Internet mail transport agent    *
 *************************************************/
@@ -66,7 +64,7 @@ tdb_traverse to be called) */
 
 /* EXIM_DBCREATE_CURSOR - initialize for scanning operation */
 #define EXIM_DBCREATE_CURSOR(db, cursor) { \
-   *(cursor) = malloc(sizeof(TDB_DATA)); (*(cursor))->dptr = NULL; }
+   *(cursor) = store_malloc(sizeof(TDB_DATA)); (*(cursor))->dptr = NULL; }
 
 /* EXIM_DBSCAN - This is complicated because we have to free the last datum
 free() must not die when passed NULL */