Navigation


Changeset 859:10f6ce479e1c in freeDiameter


Ignore:
Timestamp:
Oct 22, 2012, 5:38:44 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

In Debug builds, this test was failing randomly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testcnx.c

    r808 r859  
    15271527                        free(rcv_buf);
    15281528                } while (ev_code != FDEVP_CNX_MSG_RECV);
    1529                 fd_event_destroy(&myfifo, free);
    15301529               
    15311530                /* Now close the connection */
     
    15331532                fd_cnx_destroy(server_side);
    15341533                CHECK( 0, pthread_join(thr, NULL) );
     1534               
     1535                fd_event_destroy(&myfifo, free);
    15351536               
    15361537                /* Free the credentials */
Note: See TracChangeset for help on using the changeset viewer.