Commit 46f9afb3 authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandlers().

Fixes ArcticaProject/nx-libs#328.
parent 20029dbc
...@@ -1109,6 +1109,8 @@ void nxagentResetSignalHandlers() ...@@ -1109,6 +1109,8 @@ void nxagentResetSignalHandlers()
int result; int result;
memset(&newAction, 0, sizeof(newAction));
/* /*
* Reset the signal handlers * Reset the signal handlers
* to a well known state. * to a well known state.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment