EionRobb / purple-discord

A libpurple/Pidgin plugin for Discord
GNU General Public License v3.0
381 stars 43 forks source link

fix some memory leaks #440

Closed iv4nhoe closed 1 year ago

EionRobb commented 1 year ago

Nice find! Thanks!

Out of interest, were you using a tool to find the leaks?

iv4nhoe commented 1 year ago

Nice find! Thanks!

Out of interest, were you using a tool to find the leaks?

Yes, I ran in valgrind while trying to track down an invalid read I'm seeing occasionally.