jun7 / wyebadblock

An adblock extension for wyeb, also webkit2gtk browsers.
GNU General Public License v3.0
74 stars 6 forks source link

pipes in $XDG_RUNTIME_DIR/wyebrun/clients not cleaned up #3

Closed herrsimon closed 1 year ago

herrsimon commented 4 years ago

Hello,

I just noticed that wyebadblock does not delete the pipes in $XDG_RUNTIME_DIR/wyebrun/clients when it stops running. In my case (don't restart my computer very often and open a new browser instance for almost every webpage), this means that just within a few days hundreds of pipes are piled up in the directory. Could you please change this behaviour?

jun7 commented 4 years ago

Somehow __attribute__((destructor)) removepp is not called.

jun7 commented 1 year ago

Somehow it is fixed.