cinterion: fix double free when loading initial EPS context
The properties object stored in the context is being returned as task result; so we should make sure that object is no longer left in the context so that it's not freed twice.
Fixes #395 (closed)