diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index d36575f..7b948ff 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -287,7 +287,7 @@ std::vector wayland_commit_queue; static std::atomic< bool > g_bTakeScreenshot{false}; -static int g_nudgePipe[2]; +static int g_nudgePipe[2] = {-1, -1}; // poor man's semaphore class sem