Ticket #4307: mythtv_NVR_txtbuf_leak2.diff
| File mythtv_NVR_txtbuf_leak2.diff, 498 bytes (added by , 18 years ago) |
|---|
-
libs/libmythtv/NuppelVideoRecorder.cpp
2181 2181 for (int i = 0; i < text_buffer_count; i++) 2182 2182 { 2183 2183 txtbuffertype *txtbuf = textbuffer[i]; 2184 txtbuf->buffer = new unsigned char[text_buffer_size];2185 2184 txtbuf->freeToEncode = 0; 2186 2185 txtbuf->freeToBuffer = 1; 2187 2186 }
