+* 1.5.32
+- Fix the slideshow problem of gallery app.
+== Sangjin Kim <sangjin3.kim@samsung.com> 2013-04-23
* 1.5.31
- rollback 'optimize a framebuffer copying'
== GiWoong Kim <giwoong.kim@samsung.com> 2013-04-18
void glo_context_destroy(GloContext *context) {
if (!context) return;
- wglMakeCurrent( NULL, NULL );
- if( context->hPBuffer != NULL ) {
- wglReleasePbufferDCARB( context->hPBuffer, context->hDC );
- wglDestroyPbufferARB( context->hPBuffer );
- }
- if( context->hDC != NULL ) {
- ReleaseDC( glo.hWnd, context->hDC );
- }
if (context->hContext) {
wglDeleteContext(context->hContext);
}
void glo_surface_destroy(GloSurface *surface) {
if (!surface) return;
- wglMakeCurrent( NULL, NULL );
if( surface->hPBuffer != NULL ) {
wglReleasePbufferDCARB( surface->hPBuffer, surface->hDC );
wglDestroyPbufferARB( surface->hPBuffer );