diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-29 10:35:32 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-12-29 10:35:32 (GMT) |
commit | c22852aae860d42ed3a0895926199b364dbf84db (patch) | |
tree | 586add54942ca4ecddcabc5ec2ce3d2767524c46 /src/doxygen.cpp | |
parent | 4bc238039ac87cdad9bb84ea10b94ba006414009 (diff) | |
download | Doxygen-c22852aae860d42ed3a0895926199b364dbf84db.zip Doxygen-c22852aae860d42ed3a0895926199b364dbf84db.tar.gz Doxygen-c22852aae860d42ed3a0895926199b364dbf84db.tar.bz2 |
Make pyscanner.l reentrant
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 6388ce3..5a5e95d 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -11073,10 +11073,6 @@ void parseInput() parseFiles(root); g_s.end(); - // we are done with input scanning now, so free up the buffers used by flex - // (can be around 4MB) - pyscanFreeScanner(); - /************************************************************************** * Gather information * **************************************************************************/ |