Open bugsbunny1101 opened 11 years ago
Run-Time Check Failure #3 - The variable 'args' is being used without being initialized.
If the target function have no parameters, then the args variable is not initialized.
Suggest fix is core.c line 737:
void **args=0;
Run-Time Check Failure #3 - The variable 'args' is being used without being initialized.
If the target function have no parameters, then the args variable is not initialized.
Suggest fix is core.c line 737:
void **args=0;