gtktiledviewer: make sure we clean up the office instance.
Change-Id: I12c3e9df8b8fcf8dcd6fb5fa781c2f7c10ab0a0c
This commit is contained in:
parent
7eba2d6373
commit
0bed662171
1 changed files with 4 additions and 0 deletions
|
@ -226,5 +226,9 @@ int main( int argc, char* argv[] )
|
||||||
|
|
||||||
gtk_main();
|
gtk_main();
|
||||||
|
|
||||||
|
pOffice->pClass->destroy( pOffice );
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
|
Loading…
Reference in a new issue