提交 f420de02 编写于 作者: R Richard Levitte

Don't forget to initialise.

上级 ecf18606
...@@ -99,6 +99,8 @@ UI *UI_new_method(const UI_METHOD *method) ...@@ -99,6 +99,8 @@ UI *UI_new_method(const UI_METHOD *method)
ret->meth=method; ret->meth=method;
ret->strings=NULL; ret->strings=NULL;
ret->user_data=NULL;
ret->ex_data=NULL;
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册