vdr-projects / vdr-plugin-epgsearch

Searchtimer and replacement of the VDR program menu
GNU General Public License v2.0
3 stars 5 forks source link

use free for memory allocated by realloc #15

Closed kfb77 closed 7 months ago

kfb77 commented 7 months ago

This PR fix a possible memory leak. Memory allocated with "realloc" must be free by "free", not "delete". The issue was found by gcc13 warning.