Revision 3eebf30f
Von admin vor mehr als 4 Jahren hinzugefügt
src/libs/plugins/backends/aqhbci/applayer/cbox_queue.c | ||
---|---|---|
rv=AH_OutboxCBox_SendAndRecvQueue(cbox, dlg, jq);
|
||
if (rv) {
|
||
_handleQueueError(cbox, jq, "Error performing queue");
|
||
AH_JobQueue_free(jq);
|
||
return rv;
|
||
} /* if error */
|
||
} /* for */
|
||
|
||
AH_JobQueue_free(jq);
|
||
return 0;
|
||
}
|
||
|
Auch abrufbar als: Unified diff
Revert "AqHBCI: Fixed a double free."
This reverts commit 7b2076a4d41a5f5c6805e087155d1d30be09bd3b.