Don't forget to initialise.
This commit is contained in:
parent
ecf186065c
commit
f420de027f
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user