Opened 10 years ago

Closed 10 years ago

#50 closed defect (fixed)

delete problems in HTM9.0

Reported by: jicheng Owned by: tech
Priority: minor Component: HTM software
Version: HTM-9.0 Keywords: new [], delete []
Cc: tech, jct-3v@…

Description

In HTM9.0, the following code in TDecCU.cpp (490), TDecEntropy.cpp(404), TEncCU.cpp(2096), and TEncSearch.cpp(4494)

delete pcMvFieldSP;
delete puhInterDirSP;

should be modified as

delete [] pcMvFieldSP;
delete [] puhInterDirSP;

Change history (2)

comment:1 Changed 10 years ago by DefaultCC Plugin

  • Cc tech jct-3v@… added

comment:2 Changed 10 years ago by tech

  • Resolution set to fixed
  • Status changed from new to closed
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

  • Gerhard Tech(Owner, Subscriber, Participant, Always)
  • jct-3v@…(Subscriber)
  • Jicheng(Reporter)
  • Karsten Suehring(Always)