Skip to content

Commit

Permalink
update for msCleanup() signature change (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Apr 10, 2012
1 parent 1135bf5 commit 22f56c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapscript/php/php_mapscript.c
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ PHP_MINIT_FUNCTION(mapscript)
PHP_MSHUTDOWN_FUNCTION(mapscript)
{
/* Cleanup MapServer resources */
msCleanup();
msCleanup(0);

return SUCCESS;
}
Expand Down

0 comments on commit 22f56c9

Please sign in to comment.