diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-13 10:02:08 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-10-15 04:52:52 +0200 |
commit | f8dada570ba03b6761a41a074063f2d306989232 (patch) | |
tree | 964e2460408f2deae4353d60c0520a931fcd3ade /sc/Module_sc.mk | |
parent | 262079b2df4fb42ab00b93e8d87b364cb38ce7ae (diff) |
fix memory leak in note handling
Change-Id: I55a7673aff8e23f59ccb99ea73a102df215ba599
Diffstat (limited to 'sc/Module_sc.mk')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 649a6fca0b4f..2203364ad29a 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -44,7 +44,6 @@ endif $(eval $(call gb_Module_add_check_targets,sc,\ CppunitTest_sc_ucalc \ - CppunitTest_sc_rangelst_test \ )) # Disabled to allow the check tinderbox execute the sd tests |