Diff between f081d05ffe5bc8bc72634bf4f9e92373165fe22c and 01aa5f577448239a62d8181aff04d208215a48d9

Changed Files

File Additions Deletions Status
profiles/audio/media.c +0 -3 modified

Full Patch

diff --git a/profiles/audio/media.c b/profiles/audio/media.c
index 03646e6..f12569e 100644
--- a/profiles/audio/media.c
+++ b/profiles/audio/media.c
@@ -274,9 +274,6 @@ static void endpoint_reply(DBusPendingCall *call, void *user_data)
 
 		/* Clear endpoint configuration in case of NO_REPLY error */
 		if (dbus_error_has_name(&err, DBUS_ERROR_NO_REPLY)) {
-			if (request->cb)
-				request->cb(endpoint, NULL, size,
-							request->user_data);
 			clear_endpoint(endpoint);
 			dbus_message_unref(reply);
 			dbus_error_free(&err);