Skip to content

Commit

Permalink
fix potential access violation when RxNorm code not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Grahame Grieve committed Feb 25, 2025
1 parent 3532ed8 commit 3424c17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/tx/tx_rxnorm.pas
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ function TUMLSServices.locate(opContext : TTxOperationContext; code : String; al
found : boolean;
archive : boolean;
begin
result := nil;
archive := false;
qry := db.GetConnection(dbprefix+'.display');
try
Expand Down

0 comments on commit 3424c17

Please sign in to comment.