Fix null handler construction
We should not malloc the null-handler object and cast to OutputHandler; we need to actually invoke the constructor via placement new.
Showing
Please
register
or
sign in
to comment
We should not malloc the null-handler object and cast to OutputHandler; we need to actually invoke the constructor via placement new.