Skip to content

Commit

Permalink
Merge pull request #13 from ds-hwang/shutdown
Browse files Browse the repository at this point in the history
Make X11 call shutdown.
  • Loading branch information
danginsburg committed May 5, 2014
2 parents f1de77a + fb0c99c commit 63090fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Common/Source/LinuxX11/esUtil_X11.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ int main ( int argc, char *argv[] )

WinLoop ( &esContext );

if ( esContext.shutdownFunc != NULL )
esContext.shutdownFunc ( &esContext );

if ( esContext.userData != NULL )
free ( esContext.userData );

Expand Down

0 comments on commit 63090fb

Please sign in to comment.