diff -r 5d03bc08d59c -r 01a6848ebfd7 graphicscomposition/openwfcompositionengine/composition/src/wfcdevice.c --- a/graphicscomposition/openwfcompositionengine/composition/src/wfcdevice.c Tue Feb 02 01:47:50 2010 +0200 +++ b/graphicscomposition/openwfcompositionengine/composition/src/wfcdevice.c Fri Apr 16 16:21:04 2010 +0300 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 The Khronos Group Inc. +/* Copyright (c) 2009-2010 The Khronos Group Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and/or associated documentation files (the @@ -824,6 +824,7 @@ WFC_IMAGE_PROVIDER* object; object = (WFC_IMAGE_PROVIDER*)OWF_Array_GetItemAt(&device->providers, i); + OWF_ASSERT(object); if (object->handle == handle) {