diff options
author | joye <joye> | 2014-07-08 16:20:47 (GMT) |
---|---|---|
committer | joye <joye> | 2014-07-08 16:20:47 (GMT) |
commit | f6affbcfef4841070559bd95d40f5a2c26581f7e (patch) | |
tree | 89df0e90ed716f5034f7933b7c4c482fbdf1baef /src | |
parent | e07002c7bd004ebb991d3317aa58b6fc74337777 (diff) | |
download | blt-f6affbcfef4841070559bd95d40f5a2c26581f7e.zip blt-f6affbcfef4841070559bd95d40f5a2c26581f7e.tar.gz blt-f6affbcfef4841070559bd95d40f5a2c26581f7e.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltGrElemBar.C | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 2c23945..401fda5 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -200,6 +200,7 @@ BarElement::BarElement(Graph* graphPtr, const char* name, Tcl_HashEntry* hPtr) optionTable_ = Tk_CreateOptionTable(graphPtr->interp_, optionSpecs); ops->stylePalette = Blt_Chain_Create(); + // this is an option and will be freed via Tk_FreeConfigOptions // By default an element's name and label are the same ops->label = Tcl_Alloc(strlen(name)+1); |