Merge branch '2.2' into develop
This commit is contained in:
commit
667e9df97c
@ -1363,7 +1363,7 @@ int main(int argc, char **argv)
|
||||
*/
|
||||
for (int i = 0; exitfunp[i] != NULL; i++)
|
||||
{
|
||||
int l = atexit(*exitfunp);
|
||||
int l = atexit(exitfunp[i]);
|
||||
|
||||
if (l != 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user