[SVN/SVNDataObject.cpp:377]: Possible memory leak
From: Daniel Marjamäki <daniel.marjamaki_at_gmail.com>
Date: Sun, 19 Oct 2008 17:38:04 +0200
This code is a bit dangerous:
FORMATETC* fetc = new FORMATETC;
if ((fetc == NULL) || (pStgMed == NULL))
If either fetc or pStgMed is NULL, then there will be no deallocation.
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.