diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/edje/edje_convert.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/edje/edje_convert.c b/src/lib/edje/edje_convert.c index 7501fd42d9..f68df6f8ea 100644 --- a/src/lib/edje/edje_convert.c +++ b/src/lib/edje/edje_convert.c | |||
@@ -32,12 +32,12 @@ _edje_collection_string_free(void *data) | |||
32 | 32 | ||
33 | if (ce->ref) | 33 | if (ce->ref) |
34 | { | 34 | { |
35 | Edje_File *edf; | 35 | Edje_File *edf; |
36 | 36 | ||
37 | edf = (Edje_File*) _edje_file_get(); | 37 | edf = (Edje_File*) _edje_file_get(); |
38 | 38 | ||
39 | if (!edf->warning) | 39 | if (!edf->warning) |
40 | CRITICAL("This program as probably called edje_shutdown() with " | 40 | CRITICAL("This program as probably called edje_shutdown() with " |
41 | "active Edje objects still around. " | 41 | "active Edje objects still around. " |
42 | "This can cause problems as both Evas and Edje retain " | 42 | "This can cause problems as both Evas and Edje retain " |
43 | "references to the objects. " | 43 | "references to the objects. " |
@@ -47,12 +47,12 @@ _edje_collection_string_free(void *data) | |||
47 | "parts that are still hanging around, with their reference " | 47 | "parts that are still hanging around, with their reference " |
48 | "counts"); | 48 | "counts"); |
49 | 49 | ||
50 | edf->warning = 1; | 50 | edf->warning = 1; |
51 | ERR("file: '%s', references: %i, part: '%s', references: %i", | 51 | ERR("file: '%s', references: %i, part: '%s', references: %i", |
52 | edf->path, edf->references, | 52 | edf->path, edf->references, |
53 | ce->ref->part, ce->ref->references); | 53 | ce->ref->part, ce->ref->references); |
54 | 54 | ||
55 | _edje_collection_free(edf, ce->ref, ce); | 55 | _edje_collection_free(edf, ce->ref, ce); |
56 | } | 56 | } |
57 | 57 | ||
58 | free(ce); | 58 | free(ce); |