]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_symbols.C
fix crossref label list, some debug messages + various
[features.git] / src / mathed / math_symbols.C
index 77f47449fe925a255b10188c9d109ceb702ab5a0..58b5c563005c9c065e9483f9d932bbb06b36242d 100644 (file)
@@ -157,7 +157,8 @@ BitmapMenu::BitmapMenu(int n,  FL_OBJECT * bt, BitmapMenu * prevx): nb(n)
 
 BitmapMenu::~BitmapMenu()
 {
- if (next) delete next;
+ if (next) // DEL LINE
+        delete next;
  if (form->visible) Hide();
  fl_free_form(form);  
  delete[] bitmap;