mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	Don't try to free stack variables.
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2409 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									be73d378f5
								
							
						
					
					
						commit
						eca94fee59
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		| 
						 | 
					@ -389,9 +389,6 @@ pa_raop_client* pa_raop_client_new(pa_core *core, const char* host)
 | 
				
			||||||
    pa_rtsp_set_callback(c->rtsp, rtsp_cb, c);
 | 
					    pa_rtsp_set_callback(c->rtsp, rtsp_cb, c);
 | 
				
			||||||
    if (pa_rtsp_connect(c->rtsp, c->core->mainloop, host, 5000)) {
 | 
					    if (pa_rtsp_connect(c->rtsp, c->core->mainloop, host, 5000)) {
 | 
				
			||||||
        pa_rtsp_client_free(c->rtsp);
 | 
					        pa_rtsp_client_free(c->rtsp);
 | 
				
			||||||
        pa_xfree(c->aes_iv);
 | 
					 | 
				
			||||||
        pa_xfree(c->aes_nv);
 | 
					 | 
				
			||||||
        pa_xfree(c->aes_key);
 | 
					 | 
				
			||||||
        return NULL;
 | 
					        return NULL;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    return c;
 | 
					    return c;
 | 
				
			||||||
| 
						 | 
					@ -404,9 +401,6 @@ void pa_raop_client_free(pa_raop_client* c)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    pa_xfree(c->buffer);
 | 
					    pa_xfree(c->buffer);
 | 
				
			||||||
    pa_rtsp_client_free(c->rtsp);
 | 
					    pa_rtsp_client_free(c->rtsp);
 | 
				
			||||||
    pa_xfree(c->aes_iv);
 | 
					 | 
				
			||||||
    pa_xfree(c->aes_nv);
 | 
					 | 
				
			||||||
    pa_xfree(c->aes_key);
 | 
					 | 
				
			||||||
    pa_xfree(c->host);
 | 
					    pa_xfree(c->host);
 | 
				
			||||||
    pa_xfree(c);
 | 
					    pa_xfree(c);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue