oops can't delete a pointer address
This commit is contained in:
parent
365c562a17
commit
9641e9bd7f
1 changed files with 0 additions and 1 deletions
|
|
@ -122,7 +122,6 @@ bool ModuleCache::evaluate(const std::string &filename, FileModule *&module)
|
|||
module = lib_mod;
|
||||
bool depschanged = lib_mod ? lib_mod->handleDependencies() : false;
|
||||
|
||||
delete entry;
|
||||
return shouldCompile || depschanged;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue