p2p: Free all p2p plugins data before calling their exit routines
authorSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Jun 2012 17:22:48 +0000 (19:22 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 28 Jun 2012 17:22:48 +0000 (19:22 +0200)
commitd9f0d2fd21348c18388629388039846099ca140d
treec8e08f8a08ae73947ccb170bb1fd6e73bcc31155
parentab942cdb0dc1b38b5fabd5089e7e85f1fe871a60
p2p: Free all p2p plugins data before calling their exit routines

The exit routine will delete the hash tables that free_server_data() might
try to destroy as well, triggering a GLib warning.
plugins/p2p.c