Commit 1737fdf3 authored by Cedric Roux's avatar Cedric Roux

fix some valgrind issues

parent e6f056d0
......@@ -316,13 +316,13 @@ extern int16_t dlsch_demod_shift;
static void get_options(void) {
int CC_id;
int tddflag;
char *loopfile=NULL;
int tddflag = 0;
char *loopfile = NULL;
int dumpframe=0;
int timingadv;
uint8_t nfapi_mode;
int simL1flag ;
int dumpframe = 0;
int timingadv = 0;
uint8_t nfapi_mode = NFAPI_MONOLITHIC;
int simL1flag = 0;
set_default_frame_parms(frame_parms);
CONFIG_SETRTFLAG(CONFIG_NOEXITONHELP);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment