toxon
/
lita-tox
Archived
1
0
Fork 0

It is permissible to pass an uninitialised object

2ab3b14731/toxcore/tox.h (L499-L501)
This commit is contained in:
Braiden Vasco 2015-09-13 10:10:48 +00:00
parent 9cb26831bc
commit 225e695a3d
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ VALUE cTox_cOptions_initialize(const VALUE self)
Data_Get_Struct(self, cTox_cOptions_, tox_options);
memset(tox_options, 0, sizeof(cTox_cOptions_));
tox_options_default(tox_options);
return self;