﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
3552	Fix erroneous usage of free() instead of delete	Russell Bryant <russell@…>	Isaac Richards	There are two arrays in libs/libmyth/jsmenu.cpp that were allocated with new, but get free'd using free() instead of delete.  The results of using free() on a buffer allocated with new are undefined.  The attached patch changes the two places in question to use delete, instead.	patch	closed	minor	unknown	mythtv	unknown	medium	fixed			0
