fix small leak

This commit is contained in:
c0ntrol
2018-09-29 15:27:57 +02:00
parent 26401a398c
commit 36c75d5def

View File

@@ -329,6 +329,8 @@ int plug_get_idx_by_so_name( char *soname )
if( strcmp( soname,str ) == 0 )
return i;
free(str);
}
return -1;