aqhome-storage: moved http-specific code to new class.

This commit is contained in:
Martin Preuss
2023-08-07 14:08:12 +02:00
parent 792f167a71
commit 6269431467
2 changed files with 2 additions and 121 deletions

View File

@@ -55,6 +55,7 @@ void AqHomed_Fini(AQHOMED *aqh)
_disconnectTree(aqh->rootEndpoint);
GWEN_MsgEndpoint_Disconnect(aqh->rootEndpoint);
}
GWEN_MsgEndpoint_free(aqh->rootEndpoint);
aqh->rootEndpoint=NULL;
aqh->ttyEndpoint=NULL;
aqh->ipcdEndpoint=NULL;