merge hv v6, rework trace methods
[goodguy/history.git] / cinelerra-5.1 / guicast / vframe.C
index a0a597441876a1e42e27fc2e8074fee2a10f4fe6..7aeb079a22a7fff3c7e6a822f171d5090d44e3f3 100644 (file)
@@ -482,6 +482,7 @@ int VFrame::allocate_data(unsigned char *data, int shmid,
                }
                else {
 // Have to use malloc for libpng
+//printf("==vframe %d from %p\n", size, __builtin_return_address(0));
                        this->data = (unsigned char *)malloc(size);
                }