| commit | 50ba5576c87d7b92a7580d1c54a224e14a03555b | [log] [tgz] |
|---|---|---|
| author | Scott Ganyo <scott@ganyo.com> | Tue Jan 17 08:17:43 2017 -0800 |
| committer | Scott Ganyo <scott@ganyo.com> | Tue Jan 17 08:17:43 2017 -0800 |
| tree | 2cffe8529a1b6fcd7a60db194b77ae85b64ccd8b | |
| parent | b260c44d0aa107d0592e223e39408ac282a30df4 [diff] |
Remove ref to GC of pluginInitFuncs when done
diff --git a/apid.go b/apid.go index 9ada144..cdc185f 100644 --- a/apid.go +++ b/apid.go
@@ -61,6 +61,7 @@ pie.Plugins = append(pie.Plugins, pluginData) } Events().Emit(SystemEventsSelector, pie) + pluginInitFuncs = nil log.Debugf("done initializing plugins") }