mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-07 07:25:29 +01:00
fix small leak
This commit is contained in:
@@ -329,6 +329,8 @@ int plug_get_idx_by_so_name( char *soname )
|
||||
|
||||
if( strcmp( soname,str ) == 0 )
|
||||
return i;
|
||||
|
||||
free(str);
|
||||
}
|
||||
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user