--- qmgr.cpp 2004-11-17 00:04:19.000000000 +0100 +++ qmgr.cpp.fixed 2004-12-28 01:36:08.634618228 +0100 @@ -2177,7 +2177,7 @@ memset(&key, 0, sizeof(key)); key.set_flags(DB_DBT_MALLOC); memset(&data, 0, sizeof(data)); - key.set_flags(DB_DBT_MALLOC); + data.set_flags(DB_DBT_MALLOC); // qDebug("Id: %d", id); // qDebug("Newsgroup: %s", qsi->group.latin1()); // qDebug("index: %s", qsi->index.latin1());