equal
deleted
inserted
replaced
36 != XA_RESULT_SUCCESS ) |
36 != XA_RESULT_SUCCESS ) |
37 { |
37 { |
38 DEBUG_ERR("Failed to init base context!!!"); |
38 DEBUG_ERR("Failed to init base context!!!"); |
39 free(pSelf); |
39 free(pSelf); |
40 pSelf = NULL; |
40 pSelf = NULL; |
|
41 return (XAAdaptationBaseCtx*)pSelf; |
41 } |
42 } |
42 else |
43 else |
43 { |
44 { |
44 pSelf->range = RADIO_DEFAULT_FREQ_RANGE; |
45 pSelf->range = RADIO_DEFAULT_FREQ_RANGE; |
45 pSelf->frequency = RADIO_DEFAULT_FREQ; |
46 pSelf->frequency = RADIO_DEFAULT_FREQ; |