Lots more memory/resource leak fixes. There are still more, but this solves about 75% of them.

These fixes also speed up tex2rtf greatly.  I can now build all the RTF version of the wxWindows manual in under 30 seconds, when before it took around 90 seconds.
Curley Brace matching is turned back on again.  I cannot find any places where it does not work.  If you find one, let me know


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-11-23 13:27:52 +00:00
parent 49e399d8c0
commit 3924dd226e
7 changed files with 140 additions and 31 deletions

View File

@@ -28,6 +28,10 @@
#include "tex2rtf.h"
#include "table.h"
extern wxHashTable TexReferences;
extern void DecToHex(int, char *);
void GenerateHTMLIndexFile(char *fname);