diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-05-16 00:37:34 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-07-10 23:41:14 +0200 |
commit | c8d0593d6495e87603806ada76a399500cdc2831 (patch) | |
tree | d0d9dc88a43ab30a3712a7946d21baea837bebfb /.gitmodules | |
parent | 4f40dc104633e44d3b021fafb1057b7669616926 (diff) |
Fix memory leak and avoid compile warning
Change-Id: Ib0bcba9daad456f63c0ea704e1fa87f44b6acc98
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 95c929c..0337546 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "afb-helpers"] path = afb-helpers url = https://gerrit.automotivelinux.org/gerrit/p/apps/app-afb-helpers-submodule.git +[submodule "app-controller-submodule"] + path = app-controller-submodule + url = https://gerrit.automotivelinux.org/gerrit/apps/app-controller-submodule |