[mythtv-commits] Ticket #4936: delete should be array delete

MythTV mythtv at cvs.mythtv.org
Wed Mar 12 15:20:48 UTC 2008


#4936: delete should be array delete
---------------------------------------------+------------------------------
 Reporter:  Erik Hovland <erik at hovland.org>  |       Owner:  ijr    
     Type:  defect                           |      Status:  new    
 Priority:  trivial                          |   Milestone:  unknown
Component:  mythtv                           |     Version:  head   
 Severity:  low                              |     Mlocked:  0      
---------------------------------------------+------------------------------
 In openglcontext.cpp, the new of a string was a [] type. That means that
 the corresponding delte should be [] as well. Note that g++ happens to
 know that strings should be deleted. But why make the compiler work so
 hard.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4936>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list