big bug dans la fonction fbh_frefbfig !
This commit is contained in:
parent
eccac39bc0
commit
cc462003f8
|
@ -153,8 +153,11 @@ struct fbfig *listfbfig; /* list of fbfig to be deleted */
|
||||||
/* then, delete the object itself */
|
/* then, delete the object itself */
|
||||||
/* ###------------------------------------------------------### */
|
/* ###------------------------------------------------------### */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
while (listfbfig != 0)
|
while (listfbfig != 0)
|
||||||
{
|
{
|
||||||
|
ptfbfig = listfbfig;
|
||||||
fbh_frefbreg (ptfbfig->BEREG);
|
fbh_frefbreg (ptfbfig->BEREG);
|
||||||
fbh_frefbmsg (ptfbfig->BEMSG);
|
fbh_frefbmsg (ptfbfig->BEMSG);
|
||||||
fbh_frefbrin (ptfbfig->BERIN);
|
fbh_frefbrin (ptfbfig->BERIN);
|
||||||
|
@ -168,7 +171,6 @@ struct fbfig *listfbfig; /* list of fbfig to be deleted */
|
||||||
if ((ptptype = getptype (ptfbfig->USER,FBH_GENERIC)) != 0)
|
if ((ptptype = getptype (ptfbfig->USER,FBH_GENERIC)) != 0)
|
||||||
fbh_frefbgen (ptptype->DATA);
|
fbh_frefbgen (ptptype->DATA);
|
||||||
|
|
||||||
ptfbfig = listfbfig;
|
|
||||||
listfbfig = listfbfig->NEXT;
|
listfbfig = listfbfig->NEXT;
|
||||||
mbkfree (ptfbfig);
|
mbkfree (ptfbfig);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue