Opened 10 years ago Closed 10 years ago #1297 closed defect (fixed)Mismatched new[] and delete
Description
In SCM 1.0, TEncSearch.cpp, lines 213 and 216, "delete" should probably be changed to "delete []". The corrected version is shown below:
#if SCMQ0248_INTRABC_FULLFRAME_SEARCH
#endif
} Change History (3)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 10 years ago by cohen
comment:3 Changed 10 years ago by krishna
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
Fix applied in r4001.