wmayer
5626bab055
App: [skip ci] fix memory leaks:
...
Found two memory leaks in class Enumeration
* method tearDown() always ignored to free the memory of the first element
* assignment operator didn't call tearDown() when needed
2021-04-25 21:58:24 +02:00
wmayer
6c020f554d
+ fix Enumeration::contains: the current index is irrelevant when searching for an entry in the enumeration
...
+ only print a warning if the enumeration is not empty but the restored index is < 0
2020-05-19 08:45:02 +02:00
luz.paz
019f73852c
src/App: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all `src/App` files
2019-12-25 11:38:43 +01:00
wmayer
88304ebfd0
Fix crash in enum property due to index out of range
2017-08-28 12:55:19 +02:00
wmayer
4fa5b2cd54
comment out problematic asserts
2016-09-16 14:22:17 +02:00
wmayer
88eabf40b5
+ replace assert() to avoid crash
2015-08-29 16:34:36 +02:00
wmayer
42e351e830
+ fix gcc build failure
2015-04-25 10:21:32 +02:00
Ian Rees
1b57b8d78a
Refactored PropertyEnumeration
2015-04-24 23:33:33 +02:00