Skip to content

Commit 2469057

Browse files
committed
Fix double free
1 parent b230ec5 commit 2469057

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/variables/variable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ void LoadVariables(obs_data_t *obj)
454454
auto var = Variable::Create();
455455
variables.emplace_back(var);
456456
variables.back()->Load(array_obj);
457-
obs_data_release(array_obj);
458457
}
459458
}
460459

0 commit comments

Comments
 (0)