X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fclose.c;fp=dict%2Fclose.c;h=be53165a32ad31d833e9844a845f77b8964fb0ae;hb=6d3b83ae7e008f2d61326051b03f7f07d3cc2ef0;hp=2236e3471b77c46f0653f1235aade890bcf1fed2;hpb=06d303953b0bc8b2e97212f6f3a5bf46b4e954b5;p=idzebra-moved-to-github.git diff --git a/dict/close.c b/dict/close.c index 2236e34..be53165 100644 --- a/dict/close.c +++ b/dict/close.c @@ -1,4 +1,4 @@ -/* $Id: close.c,v 1.9 2005-01-15 19:38:19 adam Exp $ +/* $Id: close.c,v 1.10 2006-03-26 14:02:49 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -31,7 +31,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA int dict_close (Dict dict) { - assert (dict); + if (!dict) + return 0; if (dict->rw) {