mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
Merge pull request #3015 from DreamMaoMao/master
This commit is contained in:
@ -155,6 +155,9 @@ Tags::Tags(const std::string &id, const waybar::Bar &bar, const Json::Value &con
|
|||||||
}
|
}
|
||||||
|
|
||||||
Tags::~Tags() {
|
Tags::~Tags() {
|
||||||
|
if(output_status_) {
|
||||||
|
zdwl_ipc_output_v2_destroy(output_status_);
|
||||||
|
}
|
||||||
if (status_manager_) {
|
if (status_manager_) {
|
||||||
zdwl_ipc_manager_v2_destroy(status_manager_);
|
zdwl_ipc_manager_v2_destroy(status_manager_);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user