mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	llava : removed excess free(NULL) operation (#5531)
This commit is contained in:
		| @@ -315,7 +315,6 @@ static bool llava_image_embed_make_with_clip_img(clip_ctx * ctx_clip, int n_thre | |||||||
|     float * image_embd = (float *)malloc(clip_embd_nbytes(ctx_clip)*6); // TODO: base on gridsize/llava model |     float * image_embd = (float *)malloc(clip_embd_nbytes(ctx_clip)*6); // TODO: base on gridsize/llava model | ||||||
|     if (!image_embd) { |     if (!image_embd) { | ||||||
|         fprintf(stderr, "Unable to allocate memory for image embeddings\n"); |         fprintf(stderr, "Unable to allocate memory for image embeddings\n"); | ||||||
|         free(image_embd); |  | ||||||
|         return false; |         return false; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Herman Semenov
					Herman Semenov