gtktiledviewer: make sure we clean up the office instance.

Change-Id: I12c3e9df8b8fcf8dcd6fb5fa781c2f7c10ab0a0c
This commit is contained in:
Andrzej Hunt 2014-07-21 19:39:49 +02:00
parent 7eba2d6373
commit 0bed662171

View file

@ -226,5 +226,9 @@ int main( int argc, char* argv[] )
gtk_main();
pOffice->pClass->destroy( pOffice );
return 0;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */