From c979fad9bb33bb0ad4c13a7f44e16719343dc96f Mon Sep 17 00:00:00 2001 From: Steven Auger Date: Fri, 12 Oct 2018 14:25:42 -0400 Subject: src: changed stdio_pipes_ to std::vector PR-URL: https://github.com/nodejs/node/pull/23615 Reviewed-By: Sam Ruby Reviewed-By: Anna Henningsen Reviewed-By: James M Snell Reviewed-By: Gireesh Punathil Reviewed-By: Refael Ackermann --- src/spawn_sync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/spawn_sync.h') diff --git a/src/spawn_sync.h b/src/spawn_sync.h index 397e62b9d2..5b04d94b47 100644 --- a/src/spawn_sync.h +++ b/src/spawn_sync.h @@ -203,7 +203,7 @@ class SyncProcessRunner { uint32_t stdio_count_; uv_stdio_container_t* uv_stdio_containers_; - std::unique_ptr[]> stdio_pipes_; + std::vector> stdio_pipes_; bool stdio_pipes_initialized_; uv_process_options_t uv_process_options_; -- cgit v1.2.3