/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-monitor

  • Committer: Teddy Hogeborn
  • Date: 2016-10-05 19:56:40 UTC
  • Revision ID: teddy@recompile.se-20161005195640-yrjxv8kkx662usr0
Fix bug where Mandos client would crash on exit

* plugins.d/mandos-client.c (init_gnutls_global): Fix memory leak by
  doing free(params.data) after import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
domain = 'se.recompile'
59
59
server_interface = domain + '.Mandos'
60
60
client_interface = domain + '.Mandos.Client'
61
 
version = "1.7.14"
 
61
version = "1.7.11"
62
62
 
63
63
try:
64
64
    dbus.OBJECT_MANAGER_IFACE
733
733
                self.refresh()
734
734
        return True
735
735
 
736
 
 
737
736
ui = UserInterface()
738
737
try:
739
738
    ui.run()