pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-09-27
2004-09-27 15:12:15 by Henrik Grubbström (Grubba) <grubba@grubba.org>
61bd388d5d50472c2d5f25e0711c23b045dc159d (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed race condition.
Rev: src/program.c:1.569
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.c,v 1.
568
2004/09/
18
20
:
50
:
53
nilsson
Exp $
+
|| $Id: program.c,v 1.
569
2004/09/
27
15
:
12
:
15
grubba
Exp $
*/ #include "global.h"
3073:
exit_type_stack();
+
free_all_nodes();
+
CDFPRINTF((stderr, "th(%ld) %p end_first_pass(%d): " "threads_disabled:%d, compilation_depth:%d\n",
3083:
exit_threads_disable(NULL);
-
free_all_nodes();
-
+
return prog; }