mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-05 15:30:02 +01:00
resolve warning
This commit is contained in:
@@ -1456,7 +1456,7 @@ void viewport_destroy( void *data )
|
||||
if( v->ui ) {
|
||||
if( v->ui->scaler )
|
||||
yuv_free_swscaler(v->ui->scaler);
|
||||
if( v->ui->buf )
|
||||
if( v->ui->buf[0] )
|
||||
free(v->ui->buf[0]);
|
||||
free(v->ui);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user