From ce09379baea3e8996078790a461f97b6c9d13c38 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 5 Mar 2016 20:20:06 +0100 Subject: [PATCH] Main: use Instance::Shutdown() --- src/Main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cxx b/src/Main.cxx index 072e2e4e0..d3cb97fd2 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -756,7 +756,7 @@ JNIEXPORT void JNICALL Java_org_musicpd_Bridge_shutdown(JNIEnv *, jclass) { if (instance != nullptr) - instance->event_loop->Break(); + instance->Shutdown(); } #endif