From 387336f8c9028bbba715bfb15517890d4a740eb3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Sep 2018 20:46:32 +0200 Subject: Fix double backend activation --- src/jalv.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/jalv.c b/src/jalv.c index 8d267fb..062d126 100644 --- a/src/jalv.c +++ b/src/jalv.c @@ -1144,9 +1144,6 @@ main(int argc, char** argv) } } - /* Set Jack callbacks */ - jalv_backend_init(&jalv); - /* Create Jack ports and connect plugin ports to buffers */ for (uint32_t i = 0; i < jalv.num_ports; ++i) { jalv_backend_activate_port(&jalv, i); -- cgit v1.2.1