mirror of https://github.com/jetkvm/kvm.git
Fix bad pointer reference
This commit is contained in:
parent
79305da221
commit
5652e8f95a
|
@ -94,7 +94,7 @@ func (p *PluginInstall) ReconcileSubprocess() error {
|
|||
p.processManager.Disable()
|
||||
p.processManager = nil
|
||||
p.runningVersion = nil
|
||||
(*p.rpcListener).Close()
|
||||
p.rpcListener.Close()
|
||||
p.rpcListener = nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue