rrlp-ephemeris: Fix memory leak

We need to go through all the object release code ...

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2009-12-28 00:00:45 +01:00 committed by Harald Welte
parent 341542b9d3
commit 90e46f5055
1 changed files with 1 additions and 1 deletions

2
rrlp.c
View File

@ -582,7 +582,7 @@ rrlp_gps_assist_pdus(
o_len[i] = rv;
}
return lst_cnt;
rv = lst_cnt;
/* Release ASN.1 objects */
error: