-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The bellow composition would throw an exception because of the line of code referenced. In the structure m_pInputItem->Clone();, p_InputItem can be null. I had to add a null check to pass this problem.
%
for_t(it = 1; it <= limit; it++)
{
foreach_s(iter) { SPLIT # CONT } # INCREASE
}
%
foreach_s(iter / 2)
{
DECREASE # (EXEC # EXEC)
}
%
for_t(it = 1; it <= limit; it++)
{
foreach_s(iter) { RES # AGG } # DECREASE
}
%
STOP
| pCloned->m_pInputItem = m_pInputItem->Clone(); |
Metadata
Metadata
Assignees
Labels
No labels