summaryrefslogtreecommitdiff
path: root/src/benchmarks
diff options
context:
space:
mode:
authorSrivardhan Hebbar <sri.hebbar@samsung.com>2014-12-09 11:16:42 +0100
committerCedric BAIL <cedric@osg.samsung.com>2014-12-09 11:17:54 +0100
commit75b77c4722ed8c1b19cc7e742733b1f3970397e2 (patch)
tree8d79db3ab952ceef6734f6e1c68eb39cee0052bc /src/benchmarks
parente4a11c008c124f246ba410f6398e22559ba6ab00 (diff)
downloadefl-75b77c4722ed8c1b19cc7e742733b1f3970397e2.tar.gz
eina: removed multiple eina_init call.
Summary: I observed that eina_init() was called twice in this function and eina_shutdown() once. So thought this might be a mistake, and so have cleaned it. Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com> Reviewers: devilhorns, cedric Reviewed By: cedric Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1748 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/benchmarks')
-rw-r--r--src/benchmarks/eina/eina_bench_rectangle_pool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/benchmarks/eina/eina_bench_rectangle_pool.c b/src/benchmarks/eina/eina_bench_rectangle_pool.c
index 96d4b1bf0a..9c30bacf43 100644
--- a/src/benchmarks/eina/eina_bench_rectangle_pool.c
+++ b/src/benchmarks/eina/eina_bench_rectangle_pool.c
@@ -32,7 +32,6 @@ eina_bench_eina_rectangle_pool(int request)
int i;
eina_init();
- eina_init();
pool = eina_rectangle_pool_new(2048, 2048);
if (!pool)