Project

General

Profile

Actions

Bug #452

closed

Fehlender Destructor-Aufruf für Objekt 'cCharSetConv'

Added by Anonymous over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
BUGS
Target version:
Start date:
11/08/2010
Due date:
% Done:

0%

Estimated time:

Description

Im destructor von 'cGraphLCDDisplay::~cGraphLCDDisplay' wird die Instanz von 'cCharSetConv' nicht wieder freigegeben.

cGraphLCDDisplay::~cGraphLCDDisplay() {
active = false;
Cancel(3);

delete GraphLCDState;
delete bitmap;
delete logoList;
//---- Neu ----
if (conv) {
delete conv;
conv=NULL;
}
}
Actions #1

Updated by randy over 13 years ago

  • Status changed from New to Closed

danke, habs updated.

gruss,
-- randy

Actions

Also available in: Atom PDF