summaryrefslogtreecommitdiff
path: root/src/renderercommon/tr_image_png.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2013-03-26 16:50:03 +0000
committerTim Angus <tim@ngus.net>2013-03-27 11:33:16 +0000
commitecf45acd236aaf1a0d2b00a94a24d8f24fbceae4 (patch)
tree23d703104aa48a4533daed653d5c429f73dccb05 /src/renderercommon/tr_image_png.c
parenta6e5804c1162832fa99d31c88033cbf6f1efd2f0 (diff)
Fix some of the things clang --analyze flagged
Diffstat (limited to 'src/renderercommon/tr_image_png.c')
-rw-r--r--src/renderercommon/tr_image_png.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/renderercommon/tr_image_png.c b/src/renderercommon/tr_image_png.c
index d3fc7bf8..87915a54 100644
--- a/src/renderercommon/tr_image_png.c
+++ b/src/renderercommon/tr_image_png.c
@@ -541,7 +541,6 @@ static uint32_t DecompressIDATs(struct BufferedFile *BF, uint8_t **Buffer)
*/
DecompressedData = NULL;
- DecompressedDataLength = 0;
*Buffer = DecompressedData;
CompressedData = NULL;