We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8809b0 commit a7ac0dbCopy full SHA for a7ac0db
1 file changed
adafruit_imageload/png.py
@@ -94,6 +94,7 @@ def load(
94
for i in range(len(trns_data)):
95
if trns_data[i] == 0:
96
pal.make_transparent(i)
97
+ del trns_data
98
elif chunk == b"IDAT":
99
data.extend(file.read(size))
100
elif chunk == b"IEND":
0 commit comments