Fix a warning reported on the continuous dashboard for linux.
This commit is contained in:
parent
b3b2ee0925
commit
dd999a2840
|
@ -183,7 +183,7 @@ void add_EORmsg( int fd, QR_t *qr)
|
|||
void end_QRprocess( server_record_t *rec, QR_t **qr)
|
||||
{
|
||||
/* TODO: record client preferences if necessary*/
|
||||
|
||||
(void)res; /* unused */
|
||||
delete_query( &((*qr)->query));
|
||||
delete_msgqueue( &((*qr)->msgqueue));
|
||||
free( *qr);
|
||||
|
|
Loading…
Reference in New Issue