Skip to content

Commit 9a128d8

Browse files
committed
Avoid mag leaking; tests for mag and ast leaks; additional bestfit tests
1 parent 77f4651 commit 9a128d8

35 files changed

Lines changed: 134 additions & 9 deletions

src/databarexpandedcomposite.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ begin
9898
/databarexpandedcomposite ast /apply_ast //render exec not { //raiseerror exec } if
9999
/resolve_physspec //render exec
100100
options (ast) undef
101+
options (mag) undef
101102
options (propspec) propspec put
102103
options (physspec) physspec put
103104
options (xdim) xdim put

src/databarexpandedstacked.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ begin
8787
%
8888
options (format) (expandedstacked) put
8989
options (ast) undef
90+
options (mag) undef
9091
options (propspec) propspec put
9192
options (physspec) physspec put
9293
options (xdim) xdim put

src/databarexpandedstackedcomposite.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ begin
101101
/databarexpandedstackedcomposite ast /apply_ast //render exec not { //raiseerror exec } if
102102
/resolve_physspec //render exec
103103
options (ast) undef
104+
options (mag) undef
104105
options (propspec) propspec put
105106
options (physspec) physspec put
106107
options (xdim) xdim put

src/databarlimitedcomposite.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ begin
102102
/databarlimitedcomposite ast /apply_ast //render exec not { //raiseerror exec } if
103103
/resolve_physspec //render exec
104104
options (ast) undef
105+
options (mag) undef
105106
options (propspec) propspec put
106107
options (physspec) physspec put
107108
options (xdim) xdim put

src/databaromnicomposite.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ begin
103103
/databaromnicomposite ast /apply_ast //render exec not { //raiseerror exec } if
104104
/resolve_physspec //render exec
105105
options (ast) undef
106+
options (mag) undef
106107
options (propspec) propspec put
107108
options (physspec) physspec put
108109
options (xdim) xdim put

src/databarstacked.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ begin
121121
%
122122
options (format) (stacked) put
123123
options (ast) undef
124+
options (mag) undef
124125
options (propspec) propspec put
125126
options (physspec) physspec put
126127
options (xdim) xdim put

src/databarstackedcomposite.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ begin
103103
/databarstackedcomposite ast /apply_ast //render exec not { //raiseerror exec } if
104104
/resolve_physspec //render exec
105105
options (ast) undef
106+
options (mag) undef
106107
options (propspec) propspec put
107108
options (physspec) physspec put
108109
options (xdim) xdim put

src/databarstackedomni.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ begin
121121
%
122122
options (format) (stackedomni) put
123123
options (ast) undef
124+
options (mag) undef
124125
options (propspec) propspec put
125126
options (physspec) physspec put
126127
options (xdim) xdim put

src/databarstackedomnicomposite.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ begin
103103
/databarstackedomnicomposite ast /apply_ast //render exec not { //raiseerror exec } if
104104
/resolve_physspec //render exec
105105
options (ast) undef
106+
options (mag) undef
106107
options (propspec) propspec put
107108
options (physspec) physspec put
108109
options (xdim) xdim put

src/databartruncated.ps.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ begin
121121
%
122122
options (format) (truncated) put
123123
options (ast) undef
124+
options (mag) undef
124125
options (propspec) propspec put
125126
options (physspec) physspec put
126127
options (xdim) xdim put

0 commit comments

Comments
 (0)