ext/common/PoolOptions.h in passenger-3.0.0 vs ext/common/PoolOptions.h in passenger-3.0.1

- old
+ new

@@ -435,9 +435,10 @@ PoolOptions own() const { PoolOptions copy = *this; if (copy.environmentVariables != NULL) { copy.environmentVariables->getItems(); // Prefetch items now while we still can. } + copy.log.reset(); return copy; } /** * Returns the app group name. If there is no explicitly set app group name