mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Removed unload of the plugins, because it causes a crash.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8482 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0ee754939e
commit
0ac3be47a1
1 changed files with 6 additions and 5 deletions
|
@ -186,11 +186,12 @@ void RsPluginManager::stopPlugins()
|
|||
// delete _plugins[i].plugin;
|
||||
// _plugins[i].plugin = NULL;
|
||||
}
|
||||
if (_plugins[i].handle)
|
||||
{
|
||||
dlclose(_plugins[i].handle);
|
||||
_plugins[i].handle = NULL;
|
||||
}
|
||||
// Causes a crash
|
||||
// if (_plugins[i].handle)
|
||||
// {
|
||||
// dlclose(_plugins[i].handle);
|
||||
// _plugins[i].handle = NULL;
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue