[PR #135] [MERGED] Fix warnings and a memory leak in EPG support #1029

Open
opened 2026-01-29 16:58:26 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/135
Author: @brooss
Created: 3/1/2015
Status: Merged
Merged: 3/1/2015
Merged by: @cfsmp3

Base: masterHead: master


📝 Commits (5)

  • 56e15a3 Call iconv_close. Fix warning
  • cffd02c string formatting in EPG_print_event fix
  • 4c2a4a5 Add fallback workaround for streams with no PMT but EPG
  • 77d275d fix ratings closings tag
  • 7902b85 Fix codepage symbol getting letf in the middle of certain dvb extented_event_descriptor strings

📊 Changes

2 files changed (+20 additions, -10 deletions)

View changed files

📝 src/lib_ccx/lib_ccx.h (+3 -2)
📝 src/lib_ccx/ts_tables_epg.c (+17 -8)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/135 **Author:** [@brooss](https://github.com/brooss) **Created:** 3/1/2015 **Status:** ✅ Merged **Merged:** 3/1/2015 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`56e15a3`](https://github.com/CCExtractor/ccextractor/commit/56e15a3be0b5f982caf8d06bd3dbf88bdece1941) Call iconv_close. Fix warning - [`cffd02c`](https://github.com/CCExtractor/ccextractor/commit/cffd02c10644c18d61881739689fbce603b6fe06) string formatting in EPG_print_event fix - [`4c2a4a5`](https://github.com/CCExtractor/ccextractor/commit/4c2a4a59a2b33c37b53ba831504165f9f74cf1f0) Add fallback workaround for streams with no PMT but EPG - [`77d275d`](https://github.com/CCExtractor/ccextractor/commit/77d275d6a5baf53985856fc9a258dd7a4df82c44) fix ratings closings tag - [`7902b85`](https://github.com/CCExtractor/ccextractor/commit/7902b85d1b21225daa96d0d3e0a7821517059971) Fix codepage symbol getting letf in the middle of certain dvb extented_event_descriptor strings ### 📊 Changes **2 files changed** (+20 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/lib_ccx.h` (+3 -2) 📝 `src/lib_ccx/ts_tables_epg.c` (+17 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:58:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1029