- bug fixes
SKIPPED: psi/haakedriv.c
This commit is contained in:
@@ -1008,13 +1008,8 @@ void SctQueueNode(SctController * controller, Hdb * node,
|
||||
data->conCtx = NULL;
|
||||
data->answered = 1;
|
||||
|
||||
if (!DevQueue(data->controller->devser, data, prio,
|
||||
SctWriteHandler, SctMatch, SctKillData)) {
|
||||
if (data->name != NULL) {
|
||||
free(data->name);
|
||||
}
|
||||
free(data);
|
||||
} else {
|
||||
if (DevQueue(data->controller->devser, data, prio,
|
||||
SctWriteHandler, SctMatch, SctKillData)) {
|
||||
if (con != NULL) {
|
||||
data->conCtx = SCCopyConnection(con);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user