Don't forget to initialise.

This commit is contained in:
Richard Levitte 2001-06-06 23:12:41 +00:00
parent ecf186065c
commit f420de027f

View File

@ -99,6 +99,8 @@ UI *UI_new_method(const UI_METHOD *method)
ret->meth=method;
ret->strings=NULL;
ret->user_data=NULL;
ret->ex_data=NULL;
return ret;
}