Can you tell me what happens to heap memory in the event that the C-Touch experiences an unexpected shut-down, such as a power outage? e.g. if memory is allocated using the 'new' statement during initialisation, and subsequently there is a power outage before the corresponding 'free' statement has been executed, does this memory get released automatically? Thanks, LeeAndJ