mirror of https://github.com/containers/podman.git
Added a defer to an Unlock that immediately followed a Lock
Signed-off-by: haircommander <pehunt@redhat.com>
This commit is contained in:
parent
06a29f0bde
commit
0699b39793
|
@ -78,7 +78,7 @@ func (p *Pod) UsePodCgroup() bool {
|
|||
// CgroupPath returns the path to the pod's CGroup
|
||||
func (p *Pod) CgroupPath() (string, error) {
|
||||
p.lock.Lock()
|
||||
p.lock.Unlock()
|
||||
defer p.lock.Unlock()
|
||||
if err := p.updatePod(); err != nil {
|
||||
return "", err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue