Fix for Submgr crash problem 14/7014/1
authorAnssi Mannila <anssi.mannila@nokia.com>
Mon, 13 Sep 2021 08:36:13 +0000 (11:36 +0300)
committerAnssi Mannila <anssi.mannila@nokia.com>
Mon, 8 Nov 2021 12:04:19 +0000 (14:04 +0200)
commit0c67ea2d9517c84996886363a9975f55ea693c72
tree53be4703e190c00ab13ee8a624b6b5ebc4ab6ed5
parent920cedb92c7fe1f8fa7aeb349a26e20c686f8416
Fix for Submgr crash problem
 - Submgr crashed when xApp was restarted after Submgr restart
 - There was an uninitialised pointer after Submgr restart
 - Storing REST subscriptions to SDL did not worked properly

Change-Id: I7dc55841cffc9a0fe56cad0db49f97c256c0e216
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
pkg/control/control.go
pkg/control/sdl_restSubsDb.go