samples: tdm-backend: fix that calling wrong function for freeing tdm. 25/61225/1 accepted/tizen/ivi/20160307.104934 accepted/tizen/mobile/20160307.104838 accepted/tizen/tv/20160307.104859 accepted/tizen/wearable/20160307.104912 submit/tizen/20160307.020658
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 7 Mar 2016 01:16:51 +0000 (10:16 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 7 Mar 2016 01:25:00 +0000 (10:25 +0900)
this is a kind of c&p error.

Change-Id: I9a1ff76e6d6d73480dd7450ca2cecc4652265403

src/samples/tdm-backend.c

index 29e2734..32ec8cd 100644 (file)
@@ -117,7 +117,7 @@ cleanup:
                wl_event_source_remove(sigint);
 
        if (tdm)
-               pepper_drm_destroy(tdm);
+               pepper_tdm_destroy(tdm);
 
        if (input)
                pepper_libinput_destroy(input);