summaryrefslogtreecommitdiff
path: root/imon.c
diff options
context:
space:
mode:
Diffstat (limited to 'imon.c')
-rw-r--r--imon.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/imon.c b/imon.c
index 42b8a0c..f9e5d78 100644
--- a/imon.c
+++ b/imon.c
@@ -116,8 +116,10 @@ static const uint64_t ICON_SPKR_FL = ((uint64_t) 1 << 0);
ciMonLCD::ciMonLCD()
{
this->imon_fd = -1;
- this->pFont = NULL;
+ this->framebuf = NULL;
+ this->backingstore = NULL;
this->last_cd_state = 0;
+ this->pFont = NULL;
}
ciMonLCD::~ciMonLCD() {