kill OWNDATA diagnostic

pull/1713/head
nick black 3 years ago
parent d8c9463175
commit 1daa011269
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -963,7 +963,6 @@ ncvisual* ncvisual_from_plane(const ncplane* n, ncblitter_e blit, int begy, int
void ncvisual_destroy(ncvisual* ncv){ void ncvisual_destroy(ncvisual* ncv){
if(ncv){ if(ncv){
if(visual_implementation == NULL){ if(visual_implementation == NULL){
fprintf(stderr, "OWNDATA: %u data: %p\n", ncv->owndata, ncv->data);
if(ncv->owndata){ if(ncv->owndata){
free(ncv->data); free(ncv->data);
} }

Loading…
Cancel
Save