Free the temporary vector 80/180/2
authorRobert Varga <nite@hq.sk>
Mon, 1 Feb 2016 17:33:38 +0000 (18:33 +0100)
committerRobert Varga <nite@hq.sk>
Mon, 1 Feb 2016 17:42:53 +0000 (18:42 +0100)
commit7a224a0075a4d46e35c2507b893bcba7c866a9b2
tree29132558c7d43642e1d20490ce7b2f2190a57f66
parent427ce225831af2959349c5e0332019433e8bf95f
Free the temporary vector

vec_add1() seems to be allocating memory which we do not free. Correct
that.

Change-Id: I25dca1871121cdd11a218ff2289a3c51b42e843b
Signed-off-by: Robert Varga <nite@hq.sk>
vpp-japi/japi/vppjni.c