View | Details | Raw Unified | Return to bug 218681 | Differences between
and this patch

Collapse All | Expand All

(-)Source/Metadata/FreeImageTag.cpp (-1 / +1 lines)
Lines 82-86 Link Here
82
FITAG * DLL_CALLCONV 
82
FITAG * DLL_CALLCONV 
83
FreeImage_CloneTag(FITAG *tag) {
83
FreeImage_CloneTag(FITAG *tag) {
84
	if(!tag) return NULL;
84
	if (!tag || !tag->data) return NULL;
85
85
86
	// allocate a new tag
86
	// allocate a new tag

Return to bug 218681