Freeing of DapiConnection
@micke
Submitted by Mikael Hallendal Assigned to Portland Bugs
Description
The DapiConnection isn't free'd by calling dapi_close and there is currently no way of freeing it other than "free (connection)" which isn't optimal for a struct.
Proposed solution is to either have dapi_close() also free the connection or to add a dapi_connection_free () call.