pentix / qjournalctl

A multi-platform, Qt-based frontend for systemd's journalctl command. Accepting local as well as remote (SSH) data sources.
GNU General Public License v3.0
166 stars 17 forks source link

Free Connections where noted #36

Open pentix opened 5 years ago

pentix commented 5 years ago

Mostly "todos"

Not sure if I am going to fix this, as we only lose a few hundred bytes per Connection and it's a real pain to ensure the absence of double-free errors. The typical user might not care, even after years...

See for example:

https://github.com/pentix/qjournalctl/blob/89eb50137dc0ec38d733eaa6d6bcc1f2fd2f7326/src/connectiondialog.cpp#L127