From e43fb4753d16b0e603c5f4e31dc2a90cf9ba9353 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Wed, 10 Oct 2012 19:19:42 +0000 Subject: [PATCH] e/physics: shutdown ephysics SVN revision: 77787 --- src/modules/physics/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/physics/e_mod_main.c b/src/modules/physics/e_mod_main.c index 23070e6b9..99501d552 100644 --- a/src/modules/physics/e_mod_main.c +++ b/src/modules/physics/e_mod_main.c @@ -115,6 +115,7 @@ e_modapi_shutdown(E_Module *m) if (mod == _physics_mod) _physics_mod = NULL; + ephysics_shutdown(); return 1; }