summaryrefslogtreecommitdiff
path: root/styledpixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'styledpixmap.c')
-rw-r--r--styledpixmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/styledpixmap.c b/styledpixmap.c
index 7b059c4..f91cfa3 100644
--- a/styledpixmap.c
+++ b/styledpixmap.c
@@ -12,7 +12,7 @@ cStyledPixmap::cStyledPixmap(cPixmap *pixmap) {
cStyledPixmap::~cStyledPixmap(void) {
if (pixmap)
- osdManager.releasePixmap(pixmap);
+ osdManager.DestroyPixmap(pixmap);
}
void cStyledPixmap::setPixmap(cPixmap *pixmap) {