drop a superfluous cast
This commit is contained in:
parent
fb23e1f024
commit
7a5eeb2d9c
|
|
@ -843,7 +843,7 @@ killplot(struct plot *pl)
|
|||
wl_free(pl->pl_commands);
|
||||
tfree(pl->pl_date); /* va: also tfree (memory leak) */
|
||||
if (pl->pl_ccom) /* va: also tfree (memory leak) */
|
||||
throwaway((struct ccom *)pl->pl_ccom);
|
||||
throwaway(pl->pl_ccom);
|
||||
|
||||
if (pl->pl_env) { /* The 'environment' for this plot. */
|
||||
/* va: HOW to do? */
|
||||
|
|
|
|||
Loading…
Reference in New Issue