Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit f2df773

Browse files
author
Yuncong Zhang
committed
Dispose gif decoder.
1 parent 815c38c commit f2df773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/ui/painting/codec_gif.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public FrameInfo getNextFrame() {
119119
}
120120

121121
public void Dispose() {
122+
this._decoder.Dispose();
122123
}
123124
}
124125
}

0 commit comments

Comments
 (0)