~ubuntu-branches/ubuntu/wily/bluez/wily

« back to all changes in this revision

Viewing changes to tools/l2ping.c

ImportĀ upstreamĀ versionĀ 4.81

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 *  Copyright (C) 2000-2001  Qualcomm Incorporated
6
6
 *  Copyright (C) 2002-2003  Maxim Krasnyansky <maxk@qualcomm.com>
7
 
 *  Copyright (C) 2002-2009  Marcel Holtmann <marcel@holtmann.org>
 
7
 *  Copyright (C) 2002-2010  Marcel Holtmann <marcel@holtmann.org>
8
8
 *
9
9
 *
10
10
 *  This program is free software; you can redistribute it and/or modify
240
240
                        id = ident;
241
241
        }
242
242
        stat(0);
 
243
        free(send_buf);
 
244
        free(recv_buf);
243
245
        return;
244
246
 
245
247
error: