Commit 144cfe70 authored by Max Kellermann's avatar Max Kellermann

db/update/Remove: initialize attribute "removed_song"

Fixes bogus assertion failure.
parent 855f26c4
...@@ -42,7 +42,8 @@ class UpdateRemoveService final : DeferredMonitor { ...@@ -42,7 +42,8 @@ class UpdateRemoveService final : DeferredMonitor {
public: public:
UpdateRemoveService(EventLoop &_loop, DatabaseListener &_listener) UpdateRemoveService(EventLoop &_loop, DatabaseListener &_listener)
:DeferredMonitor(_loop), listener(_listener) {} :DeferredMonitor(_loop), listener(_listener),
removed_song(nullptr){}
/** /**
* Sends a signal to the main thread which will in turn remove * Sends a signal to the main thread which will in turn remove
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment