X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fstruct.c;h=72c1c9cf6235d2eb9a9a355fea3934f766b308ba;hp=a617cecbcdae949bc3629badf025c92b429b186b;hb=8808be96beb5502d13c0cd957b9fc3cec72ac6e3;hpb=ea0991b89b1bfe8e1bfa33a2ffec979e702a06dc diff --git a/src/struct.c b/src/struct.c index a617cec..72c1c9c 100644 --- a/src/struct.c +++ b/src/struct.c @@ -112,7 +112,7 @@ unsigned hash_cmdtype(const char *cmd, CMDTYPE type) */ bool create_cmdtable(CMDTAB_HASH hash) { - CMDTAB *p; + CMDTAB *p = NULL; unsigned hashval; int i;