Fix memory leaks
This commit is contained in:
parent
47f22e3dfd
commit
c994aa991b
2 changed files with 2 additions and 0 deletions
|
@ -298,6 +298,7 @@ channels_load(void)
|
|||
continue;
|
||||
channel_load_one(c, atoi(f->hmf_name));
|
||||
}
|
||||
htsmsg_destroy(l);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
dtable.c
1
dtable.c
|
@ -89,6 +89,7 @@ dtable_load(dtable_t *dt)
|
|||
htsmsg_destroy(m);
|
||||
}
|
||||
}
|
||||
htsmsg_destroy(l);
|
||||
}
|
||||
return records;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue