Skip to content

Commit

Permalink
Merge pull request #84 from OnkelUlla/fix_memory_leak_in_bootchooser
Browse files Browse the repository at this point in the history
bootchooser: fix memory leak
  • Loading branch information
jluebbe committed Nov 25, 2016
2 parents 2cad873 + ff1a62c commit 87ba3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootchooser.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ static gboolean barebox_set_primary(RaucSlot *slot) {

res = TRUE;
out:
g_ptr_array_unref(pairs);
return res;
}

Expand Down

0 comments on commit 87ba3bf

Please sign in to comment.