summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/CodeEditor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx
index a6590ce62..38c23c3aa 100644
--- a/fluid/CodeEditor.cxx
+++ b/fluid/CodeEditor.cxx
@@ -394,7 +394,7 @@ CodeEditor::CodeEditor(int X, int Y, int W, int H, const char *L) :
// Destroy a CodeEditor widget...
CodeEditor::~CodeEditor() {
Fl_Text_Buffer *buf = mStyleBuffer;
-// style_buffer(0);
+ mStyleBuffer = 0;
delete buf;
buf = mBuffer;