Initialize sigaction structs to make valgrind happy.
Bump vitamtp version in windows installer script.
This commit is contained in:
		@@ -63,6 +63,9 @@ static bool setup_handlers()
 | 
			
		||||
{
 | 
			
		||||
    struct sigaction hup, term;
 | 
			
		||||
 | 
			
		||||
    memset(&hup, 0, sizeof(hup));
 | 
			
		||||
    memset(&term, 0, sizeof(term));
 | 
			
		||||
 | 
			
		||||
    hup.sa_handler = HeadlessManager::hupSignalHandler;
 | 
			
		||||
    sigemptyset(&hup.sa_mask);
 | 
			
		||||
    hup.sa_flags = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user