﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
273	The map ADT should not free the object if its addition to the map failed	Jakub Jermář	Petr Koupy	"The map ADTs (e.g. the generic char map) will free up the memory for an object which it failed to insert (e.g. it was already there or it ran out of memory during the add operation).

In fact, the map ADTs should never free the memory occupied by the mapped object. The current networking code may rely on this behavior, but this should rather be changed."	enhancement	closed	major	0.5.0	helenos/lib/c		fixed					
