-----------[cut]------------------ #include <iostream> using namespace std; int main () { cout.setf(ios::unitbuf); cout << "Hello World" << endl; } ----------[cut]--------------------------- If to link this simple program with -lefence (Electric Fence). Electric fence reporting that there is a memory leak: Electric Fence: ptr=0xb7c47ff8 size=8 alloced from UNKNOWN (use #include "efence.h")(0) not freed ElectricFence Aborting: Electric Fence: EF_delFrame(): Found non free'd pointers. Illegal instruction Reproducible: Always Steps to Reproduce: 1. 2. 3.
Upstream doesn't care about 3.3 anymore, so we'll have a hard time fixing this probably.