VirtualBox

Changeset 77258 in vbox


Ignore:
Timestamp:
Feb 11, 2019 1:15:32 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128765
Message:

localipc-posix.cpp: Memory leak fix in error handling code path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp

    r76553 r77258  
    529529                        }
    530530                    }
    531                     RTCritSectDelete(&pThis->CritSect);
     531                    RTSocketRelease(pThis->hSocket);
    532532                }
     533                RTCritSectDelete(&pThis->CritSect);
    533534            }
    534535            RTMemFree(pThis);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette