Skip to content

Commit

Permalink
flush stream after printing back trace
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Sep 15, 2010
1 parent 072042f commit 66d2187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/goodies.h
Expand Up @@ -61,7 +61,7 @@ namespace mongo {
o << '\n';
for (i = 0; i < size; i++)
o << ' ' << strings[i] << '\n';

o.flush();
free (strings);
}
#else
Expand Down

0 comments on commit 66d2187

Please sign in to comment.