atmodem: close the list in clvl_range_query

This commit is contained in:
Jeevaka Badrappan 2011-02-08 12:14:19 +02:00 committed by Denis Kenzior
parent ad16e81aff
commit f1396eaab6
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ static void clvl_range_query(gboolean ok, GAtResult *result, gpointer user_data)
/* Try opening the list, but don't fail */
g_at_result_iter_open_list(&iter);
g_at_result_iter_next_range(&iter, &cvd->clvl_min, &cvd->clvl_max);
g_at_result_iter_close_list(&iter);
}
static void cv_generic_set_cb(gboolean ok, GAtResult *result,