소스 검색

* pipi.c: fix a memory leak caused by empty picture having codec_format

set to zero (and clashing with a real image format).

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2669 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 년 전
부모
커밋
2dc8bb35dd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      pipi/pipi.c

+ 1
- 0
pipi/pipi.c 파일 보기

@@ -48,6 +48,7 @@ pipi_image_t *pipi_new(int w, int h)
img->w = w;
img->h = h;
img->last_modified = PIPI_PIXELS_UNINITIALISED;
img->codec_format = PIPI_PIXELS_UNINITIALISED;

return img;
}


불러오는 중...
취소
저장