Just a quick fix. Seems like this was not compile tested.

Regards,
Signed-off-by: Daniel Willmann <d.willm...@samsung.com>
---
 .../elementary/src/examples/progressbar_example.c  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/trunk/elementary/src/examples/progressbar_example.c b/trunk/elementary/src/examples/progressbar_example.c
index f24038e..e0620c8 100644
--- a/trunk/elementary/src/examples/progressbar_example.c
+++ b/trunk/elementary/src/examples/progressbar_example.c
@@ -97,7 +97,7 @@ _progress_format_cb(double val)
 static void
 _progress_format_free(char *str)
 {
-   free(fstr);
+   free(str);
 }
 
 static void
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to