mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 01:32:12 +00:00
Fix segfault, caused by premature deletion of some data. Positively,
valgrind rocks! [SVN r18931]
This commit is contained in:
@@ -568,7 +568,6 @@ make1c( state *pState )
|
||||
|
||||
/* Clean current includes */
|
||||
if (t->includes) {
|
||||
freetargets(t->includes->depends);
|
||||
t->includes = 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -568,7 +568,6 @@ make1c( state *pState )
|
||||
|
||||
/* Clean current includes */
|
||||
if (t->includes) {
|
||||
freetargets(t->includes->depends);
|
||||
t->includes = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user