Re: mg: [macro.c:41]: (error) Memory pointed to by 'lp1' is freed twice.

2014-07-28 Thread Han Boetes
Hello Miod, Will certainly do, thanks for your input! Miod Vallat wrote: > > I recently used cppcheck on mg and I got this message: > > > > [macro.c:41]: (error) Memory pointed to by 'lp1' is freed twice. > > > > Looking at the code: > > > > /* free lines allocated for string arguments */ > >

Re: mg: [macro.c:41]: (error) Memory pointed to by 'lp1' is freed twice.

2014-07-16 Thread Miod Vallat
> I recently used cppcheck on mg and I got this message: > > [macro.c:41]: (error) Memory pointed to by 'lp1' is freed twice. > > Looking at the code: > > /* free lines allocated for string arguments */ > if (maclhead != NULL) { > for (lp1 = maclhead->l_fp; lp1 != maclhead; lp1 = lp2) { >

mg: [macro.c:41]: (error) Memory pointed to by 'lp1' is freed twice.

2014-07-16 Thread Han Boetes
I recently used cppcheck on mg and I got this message: [macro.c:41]: (error) Memory pointed to by 'lp1' is freed twice. Looking at the code: /* free lines allocated for string arguments */ if (maclhead != NULL) { for (lp1 = maclhead->l_fp; lp1 != maclhead; lp1 = lp2) { lp