Mercurial > dedupe
comparison DataController.cpp @ 17:9a1825df8418
Plug memoryleaks.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 28 Aug 2012 19:15:33 +0200 |
| parents | 06166d6c083b |
| children | b2c2c2bf2bbd |
comparison
equal
deleted
inserted
replaced
| 16:06166d6c083b | 17:9a1825df8418 |
|---|---|
| 481 | 481 |
| 482 } | 482 } |
| 483 | 483 |
| 484 DataController::~DataController() | 484 DataController::~DataController() |
| 485 { | 485 { |
| 486 delete dblink; | |
| 486 } | 487 } |
| 487 | 488 |
| 488 | 489 |
| 489 void DataController::cellDoubleClicked(int row, int column) | 490 void DataController::cellDoubleClicked(int row, int column) |
| 490 { | 491 { |
