Opened 16 years ago
Closed 16 years ago
#3927 closed Bug report (fixed)
Uninitialized member variable 'CNewDir::doVisit'
Reported by: | dvice_null | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Unknown |
Keywords: | Cc: | ||
Component version: | Operating system type: | ||
Operating system version: |
Description
In file: src/interface/recursive_operation.cpp
the member variable doVisit is not initialized in the constructor. I'm not sure if it can cause problems or not when the class is used normally, but it might be better to initialize it to avoid weird problems in the future.
Note:
See TracTickets
for help on using tickets.
Variable was assigned in all code-paths following object construction. Cleaned up the code anyhow.