Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä 2018-08-17 18:10:44 +03:00
commit 667e9df97c
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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)
{