1
0
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:
Carlos Martín 2013-02-12 11:35:40 +01:00
parent 3aef3139c9
commit 626af5edf3

View File

@ -696,10 +696,7 @@ int Scheduler::do_scheduled_actions()
if (vatt == 0)
{
if ( *it != 0 )
{
delete *it;
}
delete *it;
continue;
}