Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 625496
Collapse All | Expand All

(-)a/coders/png.c (-1 / +1 lines)
Lines 5161-5168 Link Here
5161
5161
5162
      if (image == (Image *) NULL)
5162
      if (image == (Image *) NULL)
5163
        {
5163
        {
5164
          CloseBlob(previous);
5164
          DestroyImageList(previous);
5165
          DestroyImageList(previous);
5165
          CloseBlob(previous);
5166
          MngInfoFreeStruct(mng_info,&have_mng_structure);
5166
          MngInfoFreeStruct(mng_info,&have_mng_structure);
5167
          return((Image *) NULL);
5167
          return((Image *) NULL);
5168
        }
5168
        }

Return to bug 625496