Lines Matching refs:RelinquishMagickMemory

172     lzw_info->table[0]=(size_t *) RelinquishMagickMemory(  in RelinquishLZWInfo()
175 lzw_info->table[1]=(size_t *) RelinquishMagickMemory( in RelinquishLZWInfo()
180 lzw_info->stack->codes=(size_t *) RelinquishMagickMemory( in RelinquishLZWInfo()
182 lzw_info->stack=(LZWStack *) RelinquishMagickMemory(lzw_info->stack); in RelinquishLZWInfo()
184 lzw_info=(LZWInfo *) RelinquishMagickMemory(lzw_info); in RelinquishLZWInfo()
624 packet=(unsigned char *) RelinquishMagickMemory(packet); in EncodeImage()
626 hash_code=(short *) RelinquishMagickMemory(hash_code); in EncodeImage()
628 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix); in EncodeImage()
630 hash_suffix=(unsigned char *) RelinquishMagickMemory(hash_suffix); in EncodeImage()
807 hash_suffix=(unsigned char *) RelinquishMagickMemory(hash_suffix); in EncodeImage()
808 hash_prefix=(short *) RelinquishMagickMemory(hash_prefix); in EncodeImage()
809 hash_code=(short *) RelinquishMagickMemory(hash_code); in EncodeImage()
810 packet=(unsigned char *) RelinquishMagickMemory(packet); in EncodeImage()
963 global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); \ in ReadGIFImage()
1189 info=(unsigned char *) RelinquishMagickMemory(info); in ReadGIFImage()
1198 info=(unsigned char *) RelinquishMagickMemory(info); in ReadGIFImage()
1219 info=(unsigned char *) RelinquishMagickMemory(info); in ReadGIFImage()
1324 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadGIFImage()
1336 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in ReadGIFImage()
1354 global_colormap=(unsigned char *) RelinquishMagickMemory( in ReadGIFImage()
1400 global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); in ReadGIFImage()
1572 global_colormap=(unsigned char *) RelinquishMagickMemory( in WriteGIFImage()
1575 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteGIFImage()
1928 global_colormap=(unsigned char *) RelinquishMagickMemory( in WriteGIFImage()
1930 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteGIFImage()
1944 global_colormap=(unsigned char *) RelinquishMagickMemory(global_colormap); in WriteGIFImage()
1945 colormap=(unsigned char *) RelinquishMagickMemory(colormap); in WriteGIFImage()