~connman-maintainers/ofono/trunk

« back to all changes in this revision

Viewing changes to drivers/atmodem/atutil.c

  • Committer: Denis Kenzior
  • Date: 2019-11-13 23:01:15 UTC
  • Revision ID: git-v1:4a078b353b8312a99c04e03825836e6ea7642960
atutil: Add missing va_end

Show diffs side-by-side

added added

removed removed

Lines of Context:
766
766
                        g_hash_table_insert(options, tty_option, value);
767
767
                        tty_option = (gpointer) va_arg(args, const char *);
768
768
                }
 
769
                va_end(args);
769
770
        }
770
771
 
771
772
        channel = g_at_tty_open(device, options);