bufmgr: call backend export function instead tbm_bo_export
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr.c
index 3f8343d..ac48c1e 100644 (file)
@@ -1615,7 +1615,7 @@ tbm_bufmgr_debug_tbm_info_get(tbm_bufmgr bufmgr)
                                  bo->map_cnt,
                                  bo->flags,
                                  bo->surface,
-                                 tbm_bo_export(bo));
+                                 bufmgr->backend->bo_export(bo));
                }
        } else
                TBM_SNRPRINTF(str, len, c, "no tbm_bos.\n");