Home
last modified time | relevance | path

Searched refs:gdx2d_free (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0477/
Dpoc.c36 void (*gdx2d_free)(const gdx2d_pixmap* pixmap); variable
44 gdx2d_free = dlsym(libgdx, "gdx2d_free"); in main()
45 if(gdx2d_load == NULL || gdx2d_free == NULL){ in main()
58 gdx2d_free(pixmap); in main()