UI: Fix memory leak when dropping files
This fixes a memory leak when dropping files when the name is the same as other sources.
This commit is contained in:
parent
4aa6610bf4
commit
fd0872d630
@ -51,8 +51,11 @@ static string GenerateSourceName(const char *base)
|
||||
}
|
||||
|
||||
obs_source_t *source = obs_get_source_by_name(name.c_str());
|
||||
|
||||
if (!source)
|
||||
return name;
|
||||
else
|
||||
obs_source_release(source);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user