evas scale sample - fix useage of eina thread queue
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 27 Feb 2015 01:35:01 +0000 (10:35 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 27 Feb 2015 01:35:01 +0000 (10:35 +0900)
pass in ref not &ref (other uses were fine - this single one broken)

src/lib/evas/common/evas_scale_sample.c

index 09a0631..40dd7f8 100644 (file)
@@ -801,7 +801,7 @@ _evas_common_scale_sample_thread(void *data EINA_UNUSED,
              int h;
 
              todo = msg->task;
-             eina_thread_queue_wait_done(thread_queue, &ref);
+             eina_thread_queue_wait_done(thread_queue, ref);
 
              if (!todo) goto end;