diff options
-rw-r--r-- | vfd.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -266,8 +266,10 @@ const char *cVFDQueue::usberror(int ret) const cVFD::cVFD() { - this->pFont = NULL; - this->lastIconState = 0; + pFont = NULL; + lastIconState = 0; + framebuf = NULL; + backingstore = NULL; } cVFD::~cVFD() { |