Code

plugin: Unset the plugin context before unregistering a plugin.
authorSebastian Harl <sh@tokkee.org>
Sun, 20 Apr 2014 18:20:07 +0000 (20:20 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 20 Apr 2014 18:20:07 +0000 (20:20 +0200)
commit6abb7d25d62ad7ad0fe3ca2242290553584c757f
treea69e66874d0d5de351ad35c670d38e428b834fa8
parent7bb760247e39c8e46f57fb5cc5e6cdbe4833fe7b
plugin: Unset the plugin context before unregistering a plugin.

Else, the context is still considered to be in use and, thus, won't be removed
from the global plugin (context) list.
src/core/plugin.c