diff options
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/xrdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/xrdb.c b/patch/xrdb.c index e8633cd..cc6c73c 100644 --- a/patch/xrdb.c +++ b/patch/xrdb.c @@ -101,6 +101,8 @@ loadxrdb() XRDB_LOAD_COLOR("color14", termcol14); XRDB_LOAD_COLOR("color15", termcol15); #endif // BAR_STATUS2D_XRDB_TERMCOLORS_PATCH + + XrmDestroyDatabase(xrdb); } } } |
