summaryrefslogtreecommitdiffstats
path: root/libsmartcols/src/smartcolsP.h
diff options
context:
space:
mode:
authorKarel Zak2014-03-28 12:25:58 +0100
committerKarel Zak2014-04-03 12:29:19 +0200
commit92e0d69c7377b24eadc347451b80e8b59ffe0cb9 (patch)
tree9722a70b167fc43a661ecd4492f1dadfeca058e1 /libsmartcols/src/smartcolsP.h
parentlib/tt.c: Goodbye! (diff)
downloadkernel-qcow2-util-linux-92e0d69c7377b24eadc347451b80e8b59ffe0cb9.tar.gz
kernel-qcow2-util-linux-92e0d69c7377b24eadc347451b80e8b59ffe0cb9.tar.xz
kernel-qcow2-util-linux-92e0d69c7377b24eadc347451b80e8b59ffe0cb9.zip
libsmartcols: always deallocate in scols_reset_cell()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libsmartcols/src/smartcolsP.h')
-rw-r--r--libsmartcols/src/smartcolsP.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsmartcols/src/smartcolsP.h b/libsmartcols/src/smartcolsP.h
index 18ca22a14..585b5e196 100644
--- a/libsmartcols/src/smartcolsP.h
+++ b/libsmartcols/src/smartcolsP.h
@@ -49,8 +49,6 @@ struct libscols_symbols {
struct libscols_cell {
char *data;
char *color;
-
- unsigned int is_ref; /* data is reference to foreign pointer */
};