HPCC-15472 Smart join crash during stop regression Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -1570,7 +1570,7 @@ public:
// IBCastReceive (only used if global)
virtual void bCastReceive(CSendItem *sendItem, bool stop)
{
- if (bcast_stop == sendItem->queryCode())
+ if (sendItem && (bcast_stop == sendItem->queryCode()))
sendItem->Release();
if (!stop)