aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hnbgw_cn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hnbgw_cn.c b/src/hnbgw_cn.c
index 0e993e2..4e5b2e0 100644
--- a/src/hnbgw_cn.c
+++ b/src/hnbgw_cn.c
@@ -409,4 +409,5 @@ out_user:
osmo_sua_user_destroy(cnlink->sua_user);
out_free:
talloc_free(cnlink);
+ return NULL;
}