Hi Terrence,

> Since I created issue 110236
> <http://www.openoffice.org/issues/show_bug.cgi?id=110236> yesterday, I
> have encountered many occurrences.
> 
> I have some time available.  Do you have any suggestions about what this
> means

usually, it means somebody did something like
  char* foo = new char[n];
  ....
  delete foo;
  // correct would be: delete[] foo;

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         frank.schoenh...@sun.com -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Impress               http://graphics.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org

Reply via email to