[beast: 13/15] BEAST: use Bse::objects_debug_leaks()
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 13/15] BEAST: use Bse::objects_debug_leaks()
- Date: Fri, 28 Oct 2016 11:17:44 +0000 (UTC)
commit d05d2cb72bd3abfd1d8b4801984b7887b8eac20f
Author: Tim Janik <timj gnu org>
Date: Thu Oct 27 21:57:47 2016 +0200
BEAST: use Bse::objects_debug_leaks()
Signed-off-by: Tim Janik <timj gnu org>
beast-gtk/bstmain.cc | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/beast-gtk/bstmain.cc b/beast-gtk/bstmain.cc
index fadd66c..7897c28 100644
--- a/beast-gtk/bstmain.cc
+++ b/beast-gtk/bstmain.cc
@@ -19,8 +19,6 @@
#include <sys/time.h>
#include <sys/resource.h>
-extern "C" void bse_object_debug_leaks (void); // FIXME
-
/* --- prototypes --- */
static void bst_args_parse_early (int *argc_p, char **argv);
static void bst_args_process (int *argc_p, char **argv);
@@ -600,7 +598,7 @@ main_cleanup ()
Py_Finalize();
// misc cleanups
- bse_object_debug_leaks ();
+ Bse::objects_debug_leaks();
Bse::TaskRegistry::remove (Rapicorn::ThisThread::thread_pid());
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]