Skip to content

Commit

Permalink
Fix valgrind output
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Jan 16, 2018
1 parent 4940bcc commit 2fb6d08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvr.zattoo/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="pvr.zattoo"
version="18.0.32"
version="18.0.33"
name="Zattoo PVR Client"
provider-name="trummerjo,rbuehlma">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
2 changes: 2 additions & 0 deletions pvr.zattoo/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v18.0.33
- Fix valgrind output
v18.0.32
- Cleanup due to merge in Kodi
v18.0.31
Expand Down
2 changes: 1 addition & 1 deletion src/categories.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Categories::Categories() :
m_categoriesByName[category] = it->first;
p = strtok_r(NULL, "/", &saveptr);
}
delete categories;
free(categories);
}
}
}
Expand Down

0 comments on commit 2fb6d08

Please sign in to comment.