mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-21 15:20:02 +01:00
check if index_map was intialized (regression)
This commit is contained in:
@@ -351,11 +351,11 @@ void vj_event_vevo_dump(void)
|
|||||||
void vj_event_vevo_free(void)
|
void vj_event_vevo_free(void)
|
||||||
{
|
{
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
|
if( index_map_ ) {
|
||||||
for( i = 0 ; i < MAX_INDEX ; i ++ )
|
for( i = 0 ; i < MAX_INDEX ; i ++ )
|
||||||
if( index_map_[i] ) vpf( index_map_[i] );
|
if( index_map_[i] ) vpf( index_map_[i] );
|
||||||
|
free(index_map_);
|
||||||
free(index_map_);
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void vj_init_vevo_events(void)
|
void vj_init_vevo_events(void)
|
||||||
|
|||||||
Reference in New Issue
Block a user