diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-18 00:43:41 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-18 00:43:41 -0500 |
| commit | 847e9bfd2caacba1c90ee68753d5652abe484501 (patch) | |
| tree | 0e3ddb2941373dd9ea11b1a304fed749c9beb8a8 /table_windows.go | |
| parent | 366460a46e981ea402067f2b96fd15226417e3db (diff) | |
Fixed Windows build. More TODOs. Still not working...
Diffstat (limited to 'table_windows.go')
| -rw-r--r-- | table_windows.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/table_windows.go b/table_windows.go index e2aecf1..1be54a6 100644 --- a/table_windows.go +++ b/table_windows.go @@ -48,6 +48,7 @@ func finishNewTable(b *tablebase, ty reflect.Type) Table { } colname := toUTF16(ty.Field(i).Name) C.SendMessageW(t.hwnd, C.tableAddColumn, coltype, C.LPARAM(uintptr(unsafe.Pointer(colname)))) + // TODO free colname } t.colcount = C.int(ty.NumField()) return t |
