Initialise description field to avoid crash when dumping dictionary.

svn path=/trunk/; revision=22351
This commit is contained in:
Martin Mathieson 2007-07-18 13:22:11 +00:00
parent 0a759fa734
commit b0d92aeb98
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ description_attr description=\042
avp = g_malloc(sizeof(ddict_avp_t));
avp->name = NULL;
avp->description = NULL;
avp->vendor = NULL;
avp->code = 0;
avp->type = NULL;