Skip to content

Commit

Permalink
Another memleak found?
Browse files Browse the repository at this point in the history
  • Loading branch information
henkmet committed Jun 10, 2024
1 parent 5f70136 commit b50358a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified dwmbar
Binary file not shown.
1 change: 1 addition & 0 deletions dwmbar.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ char *get_mpd() {

if (!(con = mpd_connection_new("127.0.0.1", 0, 800)) ||
mpd_connection_get_error(con)) {
mpd_connection_free(con);
return smprintf("%s", "Geen verbinding");
}
mpd_command_list_begin(con, true);
Expand Down

0 comments on commit b50358a

Please sign in to comment.