osmocom-bb[master]: Fix memory leak when not using a lua script

2018-02-23 Thread Vadim Yanitskiy
Patch Set 1: Code-Review+1 Verified+1 Works for me, thanks! -- To view, visit https://gerrit.osmocom.org/6845 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I510af13bcbb46f73a0a289f26a4921cc90bd986a Gerrit-PatchSet: 1 Gerrit-Project:

[PATCH] osmocom-bb[master]: Fix memory leak when not using a lua script

2018-02-22 Thread Holger Freyther
Review at https://gerrit.osmocom.org/6845 Fix memory leak when not using a lua script The primitives are still allocated and dispatched but there was no script handler to delete them. Change the ownership to delete it at the end of the dispatch. Change-Id: