Navigation


Changeset 686:f83d9878bf66 in freeDiameter for libfdcore/queues.c


Ignore:
Timestamp:
Jan 19, 2011, 2:35:14 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fixed in case of termination of several modules (before initialization completed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/queues.c

    r662 r686  
    6060       
    6161        /* Note : the threads that post into this queue should already been stopped before this !!! */
     62       
     63        CHECK_PARAMS(queue);
     64        if (*queue == NULL)
     65                return 0; /* the queue was not already initialized */
    6266
    6367        /* Empty all contents */
Note: See TracChangeset for help on using the changeset viewer.