From: Reto Zingg Date: Sun, 27 Dec 2009 14:39:49 +0000 (+0200) Subject: use hgw_context_compat_destroy_deinit instead of hgw_context_destroy X-Git-Tag: fremantle/0.2.1-4~1 X-Git-Url: http://vcs.maemo.org/git/?p=mancala;a=commitdiff_plain;h=95a13a1f831432addb4a61a2e2ba3ae02365d240 use hgw_context_compat_destroy_deinit instead of hgw_context_destroy --- diff --git a/src/play.c b/src/play.c index 79948ee..baa3c56 100644 --- a/src/play.c +++ b/src/play.c @@ -440,9 +440,9 @@ int main(int argc, char **argv) { // Main game play(); - // hgw_context_compat_destroy_deinit(hgw_context); + hgw_context_compat_destroy_deinit(hgw_context); // hgw_context_compat_destroy_quit(hgw_context); - hgw_context_destroy(hgw_context); + // hgw_context_destroy(hgw_context); return 0; }