small fix

ugfx_release_2.6
Tectu 2012-06-27 15:43:49 +02:00
parent 3ada10d048
commit 3a5be9c678
1 changed files with 1 additions and 1 deletions

2
gui.c
View File

@ -190,7 +190,7 @@ uint8_t guiDrawSlider(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, uint8_
if(addElement(newNode) != 1)
return 0;
lcdDrawRect(x0, y0, x1, y1, frame, frameColor);
// lcdDraw functions
chHeapFree(newNode);