mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Revert "feature #1483: Prevents deleting of NULL pointer"
This reverts commit abb62dddebe80980cbbda315537e186b83c0866a.
This commit is contained in:
parent
3aef3139c9
commit
626af5edf3
@ -696,10 +696,7 @@ int Scheduler::do_scheduled_actions()
|
||||
|
||||
if (vatt == 0)
|
||||
{
|
||||
if ( *it != 0 )
|
||||
{
|
||||
delete *it;
|
||||
}
|
||||
delete *it;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user