Don't keep around references to old documents
The code completion was keeping around references to old documents after the completion finished. This caused documents to stay in memory when unloading projects, up until the next time you used the completion.
Showing
- src/libs/cplusplus/TypeOfExpression.cpp 1 addition, 0 deletionssrc/libs/cplusplus/TypeOfExpression.cpp
- src/libs/cplusplus/TypeOfExpression.h 3 additions, 0 deletionssrc/libs/cplusplus/TypeOfExpression.h
- src/plugins/cpptools/cppcodecompletion.cpp 4 additions, 0 deletionssrc/plugins/cpptools/cppcodecompletion.cpp
Loading
Please register or sign in to comment