Re: About coverity 738980 (ssfrm.cxx from sw module)

2013-04-10 Thread Caolán McNamara
On Fri, 2013-03-15 at 16:31 -0700, julien2412 wrote: Hello, Scan coverity detected this: 22. pass_freed_arg: Passing freed pointer pAnchoredObj as an argument to function SwSortedObjs::Remove(SwAnchoredObject ). This problem appears twice in the file: 576

About coverity 738980 (ssfrm.cxx from sw module)

2013-03-15 Thread julien2412
Hello, Scan coverity detected this: 22. pass_freed_arg: Passing freed pointer pAnchoredObj as an argument to function SwSortedObjs::Remove(SwAnchoredObject ). This problem appears twice in the file: 576 SwAnchoredObject* pAnchoredObj = (*pFrm-GetDrawObjs())[0]; 577