(svn r27575) -Fix [FS#6404]: Memory leak when disabling palette animation. (JGR)

This commit is contained in:
frosch
2016-05-22 10:28:57 +00:00
parent c0c1a4cded
commit 914d4616ca
2 changed files with 7 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ public:
anim_buf_height(0)
{}
~Blitter_32bppAnim();
/* virtual */ void Draw(Blitter::BlitterParams *bp, BlitterMode mode, ZoomLevel zoom);
/* virtual */ void DrawColourMappingRect(void *dst, int width, int height, PaletteID pal);
/* virtual */ void SetPixel(void *video, int x, int y, uint8 colour);