All QObjects ( widgets are objects ) are owned by their parent, that automatically deletes them. The same is with plot item ( f.e curves ) and QwtPlot.
So better allocate the plots one by one with new and don't delete manually, when not necessary.

Uwe