Fix bad pointer reference

This commit is contained in:
tutman96 2025-01-05 19:23:05 +00:00
parent 79305da221
commit 5652e8f95a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}