Skip to content

Commit

Permalink
Update cpp/src/IceBT/DBus.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Feb 8, 2024
1 parent 2c7857c commit 00a5212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/IceBT/DBus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ pendingCallCompletedCallback(DBusPendingCall*, void* userData)
static void
pendingCallFree(void* userData)
{
auto* r = static_cast<shared_ptr<AsyncResultI>*>(userData);
auto r = static_cast<shared_ptr<AsyncResultI>*>(userData);
assert(r);
delete r;
}
Expand Down

0 comments on commit 00a5212

Please sign in to comment.