Re: [PATCH v2] ole32: Fix memory leak in CompositeMonikerImpl_Construct.
13 Apr
2016
13 Apr
'16
12:52 a.m.
Alex Henrie <alexhenrie24(a)gmail.com> writes: F> Coverity #713613, "Variable This going out of scope leaks the storage it
points to."
If we need to loop through This->tabMoniker and call IMoniker_Release on each of its items, we should do the same in the other three similar error paths in this function. Please let me know if this is what you want.
Yes, even if Coverity doesn't warn about the reference leaks, it should be fixed completely, otherwise once the warning is gone we'll forget about it. -- Alexandre Julliard julliard(a)winehq.org
3620
Age (days ago)
3620
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard