mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-20 23:00:02 +01:00
Bye sayVIMS, hello sayOSC, OSC dynamic namespaces, revamped event handlers, bugfixes in livido host implementation, bugfixes in vevosample, some memory leaks fixed
git-svn-id: svn://code.dyne.org/veejay/trunk@593 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -128,13 +128,13 @@ void subsample_free(void *data)
|
||||
free(sampler->YUV_to_YCbCr[0]);
|
||||
if(sampler->YUV_to_YCbCr[1])
|
||||
free(sampler->YUV_to_YCbCr[1]);
|
||||
free(sampler);
|
||||
if(sampler->planes[0])
|
||||
free(sampler->planes[0]);
|
||||
if(sampler->planes[1])
|
||||
free(sampler->planes[1]);
|
||||
if(sampler->planes[2])
|
||||
free(sampler->planes[2]);
|
||||
free(sampler);
|
||||
}
|
||||
sampler = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user